Re: [PR] Snowflake: CREATE DYNAMIC TABLE [datafusion-sqlparser-rs]

2025-07-24 Thread via GitHub
iffyio commented on code in PR #1960: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1960#discussion_r2229202341 ## tests/sqlparser_snowflake.rs: ## @@ -1104,6 +1066,59 @@ fn parse_sf_create_table_or_view_with_dollar_quoted_comment() { ); } +#[test] +fn pa

Re: [PR] Snowflake: CREATE DYNAMIC TABLE [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
iffyio commented on code in PR #1960: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1960#discussion_r2226064958 ## tests/sqlparser_snowflake.rs: ## @@ -1104,6 +1066,56 @@ fn parse_sf_create_table_or_view_with_dollar_quoted_comment() { ); } +#[test] +fn pa

[PR] Snowflake: CREATE DYNAMIC TABLE [datafusion-sqlparser-rs]

2025-07-20 Thread via GitHub
yoavcloud opened a new pull request, #1960: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1960 Added support for `CREATE DYNAMIC TABLE` in Snowflake: 1. Extended `CreateTableBuilder` with new options 2. Removed the `CreateTableBuilder::validate_schema_info` function and r