Snowflake Native App Framework:使用者禁用事件表后,事件共享仍可继续

Attention

This behavior change is in the 2024_06 bundle.

For the current status of the bundle, refer to Bundle History.

Consumers can disable an event table by setting the value of the event table to NONE as shown in the following example: ALTER ACCOUNT SET EVENT_TABLE = NONE. If the consumer sets this value to NONE and they have enabled event sharing, log messages and trace events are no longer shared with the provider.

Before the change:

如果使用者将事件表设置为 NONE 并且启用了事件共享,则日志消息和跟踪事件将不再与提供商共享。

After the change:

If event sharing is enabled, the log messages and trace events the consumer has agreed to share back are still shared with the provider, even if the event table is set to NONE.

参考:1724