Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 30, 2023
1 parent 28e0273 commit 1d54f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash
run: |
schemachange \
-f databases
-f databases \
-a $SNOWFLAKE_ACCOUNT \
-u $SNOWFLAKE_USER \
-r SYSADMIN \
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
shell: bash
run: |
schemachange \
-f synapse_data_warehouse
-f synapse_data_warehouse \
-a $SNOWFLAKE_ACCOUNT \
-u $SNOWFLAKE_USER \
-r SYSADMIN \
Expand Down

0 comments on commit 1d54f0a

Please sign in to comment.