Skip to content

Snowflake: parse CREATE STREAM ON VIEW + StreamSourceKind discriminator#13

Open
hovaesco wants to merge 1 commit into
lav-1181-copy-inline-stage-argsfrom
lav-1210-stream-on-view
Open

Snowflake: parse CREATE STREAM ON VIEW + StreamSourceKind discriminator#13
hovaesco wants to merge 1 commit into
lav-1181-copy-inline-stage-argsfrom
lav-1210-stream-on-view

Conversation

@hovaesco

Copy link
Copy Markdown

Accept CREATE [OR REPLACE] STREAM [IF NOT EXISTS] <name> ON VIEW <name> in addition to the existing ON TABLE <name> form, and carry the source kind (Table vs View) on the Statement::CreateStream AST node via a new StreamSourceKind discriminator enum. Display round-trips both forms.

Parser foundation for streams-on-views (LAV-150 / LAV-1210); runtime consumer lands separately.

🤖 Generated with Claude Code

…nator

Accept CREATE [OR REPLACE] STREAM [IF NOT EXISTS] <name> ON VIEW <name> in
addition to ON TABLE <name>, and carry the source kind (Table vs View) on the
CreateStream AST node via a new StreamSourceKind enum. Display round-trips both
forms.
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