Skip to content

Commit 6d4aec5

Browse files
adapt workflows
1 parent 03d18db commit 6d4aec5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/flights_liquibase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
LIQUIBASE_COMMAND_USERNAME: "token"
8282
LIQUIBASE_COMMAND_PASSWORD: ${{ secrets.DATABRICKS_TOKEN_TST }}
8383
run: |
84-
liquibase/liquibase status --changelog-file=flights/flights-liquibase/liquibase/changelog_test.yml --log-level DEBUG
84+
liquibase/liquibase status --changelog-file=flights/flights-liquibase/liquibase/root.changelog.xml --log-level DEBUG
8585
8686
#----------------------------------------------
8787
# Install dependencies
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
liquibase.command.url: jdbc:databricks://e2-demo-field-eng.cloud.databricks.com:443;AuthMech=3;httpPath=/sql/1.0/warehouses/e23230c206c36e9f;ConnCatalog=main;ConnSchema=lr_liquibase_test;
22
liquibase.command.username: token
3+
liquibase.command.password: ${{ secrets.DATABRICKS_TOKEN_TST }}

0 commit comments

Comments
 (0)