-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADAP-947] [Feature] Support copy grant for dynamic tables #808
Comments
@zztan-ipg thanks for opening the issue! My first thought was "oh shoot, we totally missed that!", until I did some digging. I'm going to confirm directly with some Dynamic Table folks at Snowflake, but my understanding based on the docs is that the |
Hey @dataders just wondering if you got the reply from Snowflake dynamic table folks yet? |
thanks for the bump @zztan-ipg! I reached out to @sortalongo and team and the response was
my advice would be to reach out to your Snowflake reps and tell them you're interested! |
Noted with thanks! |
Relabeling this as a feature request since dbt is not behaving incorrectly. We will need to confirm that it works once its available within Snowflake |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
update that is looks as if |
Is this a new bug in dbt-snowflake?
Current Behavior
with copy grant set in dbt_project.yml, when running
dbt build --select some_dynamic_table_model --full-refresh
, the grants that was given manually have been removed.Expected Behavior
with copy grant set in dbt_project.yml, the existing grants on the dynamic table should be remain as it is.
Steps To Reproduce
grant select on some_database.some_schema.some_dynamic_table_model to role some_role;
# dbt_project.yml models: +copy_grants: true
dbt build --select some_dynamic_table_model --full-refresh
show grants on table some_database.some_schema.some_dynamic_table_model;
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: