Skip to content

Commit

Permalink
added dbt default target
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Sep 12, 2024
1 parent 47e4d5b commit 4ee477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dbt-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main

env:
DBT_DEFAULT_TARGET: databricks
DBT_PROFILES_DIR: ${{ github.workspace }}/integration_tests
DBT_PROJECT_DIR: ${{ github.workspace }}/integration_tests
DATABRICKS_TEST_CATALOG: ${{ vars.DATABRICKS_TEST_CATALOG }}
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
integration_tests:
target: databricks
target: "{{ env_var('DBT_DEFAULT_TARGET', 'databricks')}}"
outputs:
snowflake:
type: snowflake
Expand Down

0 comments on commit 4ee477a

Please sign in to comment.