Skip to content

Fixed COPY GRANTS clause parsing for snowflake#2267

Merged
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_copy_grants_for_snowflake
Mar 9, 2026
Merged

Fixed COPY GRANTS clause parsing for snowflake#2267
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_copy_grants_for_snowflake

Conversation

@romanoff
Copy link
Contributor

@romanoff romanoff commented Mar 4, 2026

Sample query:

CREATE OR REPLACE VIEW bla
  COPY GRANTS
AS (
  SELECT * FROM source
)

Spec reference: https://docs.snowflake.com/en/sql-reference/sql/create-view

Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @romanoff!

@iffyio iffyio added this pull request to the merge queue Mar 9, 2026
Merged via the queue into apache:main with commit b6003eb Mar 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants