Skip to content

Commit

Permalink
change dbt package to dbt-databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher committed Oct 6, 2024
1 parent ebdeb39 commit a07697c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
pip install dbt sqlfluff-templater-dbt
pip install dbt-databricks sqlfluff-templater-dbt
- name: Verify installation
run: |
Expand All @@ -34,7 +34,6 @@ jobs:
env:
adbtoken: ${{ secrets.ADBTOKEN }}
run: |
dbt --version
dbt debug --profile ajc_adb_dbt_all_purpose
- name: Publish artifact
Expand Down

0 comments on commit a07697c

Please sign in to comment.