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
owner
column 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
owner
column returns a value for the following commands as follows:Command
owner
column valueSHOW APPLICATION ROLE IN APPLICATION SNOWFLAKE
SNOWFLAKE
SHOW SCHEMAS IN APPLICATION SNOWFLAKE
SHOW SCHEMAS IN DATABASE SNOWFLAKE
SNOWFLAKE
for 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