-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added on_all grants for view, stage, schema and materialized vi…
…ew resource (#1686) * feat: added all view grant * fix: fixed docs to all table grant * feat: added all stage grant * feat: added all schema grant * fix: fixed copy and paste errors in with all schema and all stage grant * feat: added materialized view all grant * docs: fixing typos * test: fixed test after correcting the underlying query * docs: fixed copy & paste error * fix: minor fixes after code review * docs: fixes * test: added acceptance test for view_grants * fix: looking into importing on_future or on_all grants * fix: added logic to distinguish on_future and on_all grants during reading * fix: added getOnFutureOnAll function * fix: fixed on_future import for table_grant * fix: went back to simpler on_all/on_future read-check for view grant * fix: updated read-logic for stage_grant and added acceptance test * fix: updated read-logic for materialized_view_grant and schema_grant and added acceptance test * docs: update * style: fmt linter * style: fmt linter --------- Co-authored-by: Arkadius Schuchhardt <schuchhardt@auxmoney.com> Co-authored-by: Scott Winkler <scott.winkler@snowflake.com>
- Loading branch information
1 parent
4a84eb9
commit f27a9e4
Showing
18 changed files
with
512 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.