File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
flights/flights-liquibase Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11liquibase.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;
22liquibase.command.username: token
3+ liquibase.command.password: ${{ secrets.DATABRICKS_TOKEN_TST }}
You can’t perform that action at this time.
0 commit comments