mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-26 08:54:06 +00:00
Snowflake: CREATE DYNAMIC TABLE
This commit is contained in:
parent
12c0878a10
commit
1ccd54c6c7
10 changed files with 750 additions and 72 deletions
|
@ -5932,6 +5932,7 @@ fn parse_trigger_related_functions() {
|
|||
temporary: false,
|
||||
external: false,
|
||||
global: None,
|
||||
dynamic: false,
|
||||
if_not_exists: false,
|
||||
transient: false,
|
||||
volatile: false,
|
||||
|
@ -5997,7 +5998,13 @@ fn parse_trigger_related_functions() {
|
|||
catalog: None,
|
||||
catalog_sync: None,
|
||||
storage_serialization_policy: None,
|
||||
table_options: CreateTableOptions::None
|
||||
table_options: CreateTableOptions::None,
|
||||
target_lag: None,
|
||||
warehouse: None,
|
||||
version: None,
|
||||
refresh_mode: None,
|
||||
initialize: None,
|
||||
require_user: false,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue