Skip to content

Snowflake: stage tagging grammar — ALTER STAGE [IF EXISTS] SET/UNSET TAG, CREATE STAGE ... WITH TAG - #24

Merged
hovaesco merged 1 commit into
snowflake/create-stream-append-onlyfrom
lav-1597-stage-tags
Aug 12, 2026
Merged

Snowflake: stage tagging grammar — ALTER STAGE [IF EXISTS] SET/UNSET TAG, CREATE STAGE ... WITH TAG#24
hovaesco merged 1 commit into
snowflake/create-stream-append-onlyfrom
lav-1597-stage-tags

Conversation

@hovaesco

Copy link
Copy Markdown

Route ALTER STAGE <name> { SET | UNSET } TAG through parse_alter_object_set_tags (mirroring the ALTER WAREHOUSE maybe_parse form) so the tag form requires a name and every non-tag ALTER STAGE form (SET , RENAME TO) keeps falling through to parse_alter_stage. Add a trailing-only WITH TAG (...) clause to CREATE STAGE via a new with_tags field.

Supports LAV-1597 (stage tagging).

🤖 Generated with Claude Code

…TAG, CREATE STAGE ... WITH TAG

Route ALTER STAGE <name> { SET | UNSET } TAG through parse_alter_object_set_tags
(mirroring the ALTER WAREHOUSE maybe_parse form) so the tag form requires a name
and non-tag forms keep falling through to parse_alter_stage. Add a trailing-only
WITH TAG (...) clause to CREATE STAGE via a new with_tags field.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@hovaesco
hovaesco merged commit ff7085c into snowflake/create-stream-append-only Aug 12, 2026
5 of 19 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.

1 participant