You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
there is CREATE TABLE statement in Snowflake, created by Matillion where the cluster by property precedes the table column definition, I have no idea where to start the change.
here the acceptance test :
def test_table_inverse_clusterby_and_column_def():
ddl = """CREATE TABLE ${database_name}.MySchemaName."MyTableName" cluster by ("DocProv") (ID NUMBER(38,0) NOT NULL, "DocProv" VARCHAR(2));"""
Hi,
there is CREATE TABLE statement in Snowflake, created by Matillion where the
cluster by
property precedes the table column definition, I have no idea where to start the change.here the acceptance test :
def test_table_inverse_clusterby_and_column_def():
ddl = """CREATE TABLE ${database_name}.MySchemaName."MyTableName" cluster by ("DocProv") (ID NUMBER(38,0) NOT NULL, "DocProv" VARCHAR(2));"""
The text was updated successfully, but these errors were encountered: