SHOW commands: Update OWNER column for objects owned by Snowflake¶
Attention
This behavior change is in the 2024_01 bundle.
For the current status of the bundle, refer to Bundle History.
The behavior of the owner column is as follows:
- Before the change:
The
ownercolumn does not return a value for the following commands:SHOW APPLICATION ROLES IN APPLICATION SNOWFLAKE
SHOW SCHEMAS IN APPLICATION SNOWFLAKE
SHOW SCHEMAS IN DATABASE SNOWFLAKE.
- After the change:
The
ownercolumn returns a value for the following commands as follows:Command
ownercolumn valueSHOW APPLICATION ROLE IN APPLICATION SNOWFLAKE
SNOWFLAKESHOW SCHEMAS IN APPLICATION SNOWFLAKE
SHOW SCHEMAS IN DATABASE SNOWFLAKE
SNOWFLAKEfor the schema namedLOCAL.This output applies to both commands.
Note
Disabling the 2024_01 behavior change bundle does not
disable the changes described in this topic.
Ref: 1475