Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support Privilege Grants to Roles and Groups in Materialization #626
base: main
Are you sure you want to change the base?
Support Privilege Grants to Roles and Groups in Materialization #626
Changes from 2 commits
a1ec09c
a0ca37d
ca046c9
2bb40b8
f464d44
7b89a16
72a2410
0f6442e
bfc08f6
53cc135
b546431
87c491d
574193c
0aa8fb1
c0235ba
bdc6177
ead3a2e
0d51ab7
f691812
de7da53
3cee6e2
2d65c09
8ec3461
016e62c
fad2ef8
343565f
aeadcac
1da43db
cee0637
e3bb550
9fd05c1
767749b
a738720
082c590
66782c4
96fc734
4a28c99
1f2f9e0
53956b4
5901cf2
f37d91d
220c810
c56c61d
00231be
30043a7
12d339d
3aeff0d
c8e06f5
eb07cfb
655cb53
5247bab
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding
standardize_grants_dict
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of
diff_of_two_dicts
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding
default__get_grant_sql
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding
default__get_revoke_sql
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From pairing with @dbeatty10 - in order to query
svv_table_info
, this requires:<somerole>
grant access system table to role <somerole>;
References:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding
default__apply_grants
.