Outbound share: table select grant & alter share error #215
Unanswered
bhargavpatil-dignifi
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating an outbound share to a reader account of the same type (standard->standard)
In the environment, Database & schema is managed by SnowDDL whereas tables are managed/created using DBT
Below is the snippet of my outbound-share.yaml file:
In Outbound share.yaml, I am facing 2 issues:
Error: it either doesn't run any "grant select to share" or says no table match the wildcard provided in yaml file.
I suspect the issue is because they are not defined in the snowddl config & when i tried to create a test table using snowddl, it run the grant select to the share for that table.
What can be done to solve this in out current setup i.e. dbt creating the tables & not defining it in the snowddl config & have grant select to share run successfully?
Due to this, my share is getting created but failing to set the "TO" attribute as seen in "SHOW SHARES" command.
Beta Was this translation helpful? Give feedback.
All reactions