Snowflake Native App Framework: Block creating event tables and temporary stages within an application package

Attention

This behavior change is in the 2023_08 bundle.

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

This behavior change prohibits providers from creating event tables or temporary stages within an application package.

Currently:

Providers could create event tables and temporary stages within an application package

Pending:

Providers are prohibited from creating event tables and temporary stages within an application package. If a provider attempts to create an event table or temporary stage within the application package, they receive an error message that the object could not be created.

To display a list of application packages, a provider can run the SHOW APPLICATION PACKAGES command. To display the event tables in an application package, a provider can run the SHOW EVENT TABLES command

Ref: 1366