Skip to content

Does "on_all_tables_in_schema" include dynamic tables? #3196

Answered by sfc-gh-asawicki
pslking asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @pslking. Dynamic tables were added to https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share after this resource was created. Currently, using on_all_tables_in_schema results in running this part ALL TABLES IN SCHEMA <schema_name> }.

Please create a feature request to support these options:

      | { EXTERNAL TABLE <name> | ALL EXTERNAL TABLES IN SCHEMA <schema_name> }
      | { ICEBERG TABLE <name> | ALL ICEBERG TABLES IN SCHEMA <schema_name> }
      | { DYNAMIC TABLE <name> | ALL DYNAMIC TABLES IN SCHEMA <schema_name> }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pslking
Comment options

Answer selected by pslking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants