Skip to content

Commit

Permalink
test(snowflake): add missing ORDER in column default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Oct 5, 2023
1 parent 5ea20ae commit e4cf8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/tests_integration/databases/test_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_snowflake_create_table_with_columns(database_table_fixture):
"NUMBER(38,0)",
"COLUMN",
"N",
"IDENTITY START 1 INCREMENT 1",
"IDENTITY START 1 INCREMENT 1 ORDER",
"Y",
"N",
None,
Expand Down

0 comments on commit e4cf8d2

Please sign in to comment.