Snowflake: ALL/FUTURE … IN DATABASE grant targets, STAGE/FILE FORMAT objects, WRITE + CREATE TABLE privileges#12
Merged
sabir-akhadov-localstack merged 1 commit intoJun 25, 2026
Conversation
…ORMAT objects, WRITE + CREATE TABLE privileges
18e99b5
into
lav-669-copy-file-format-shorthand
17 of 19 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Parser support for the bulk / future / ownership GRANT shapes that snowflake-rs LAV-682-2 consumes.
What this adds
GrantObjectsvariants for ALL / FUTURE … IN SCHEMA / IN DATABASE targets, plus STAGE and FILE FORMAT object kinds (AllTablesInDatabase,FutureTablesInDatabase,AllSchemasInDatabase,AllStagesInSchema,FutureStagesInSchema,AllFileFormatsInSchema,FutureFileFormatsInSchema,FutureFunctionsInSchema,Stages,FileFormats).src/parser/mod.rsfor the above.Base
Stacked on
lav-669-copy-file-format-shorthand(rev6d1428ea), the branch snowflake-rsmaincurrently pins. This keeps the diff to the single grant commit; this branch's tip (5189c902) is what the snowflake-rs LAV-682-2 PR pins.Context
This is the fork half of a previously-blocked merge: our grant-AST commit
3899529was cherry-picked onto6d1428easo it unifies with the iceberg/RLIKE/SHOW features already on that line. On the snowflake-rs side,clippy --workspace -D warningsis clean and the 5 unxfailed grant compat tests pass against the emulator.