Skip to content

Commit

Permalink
add profiles_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adgramigna committed Dec 2, 2024
1 parent f38f68f commit 61d6795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:

- name: Run Elementary
if: ${{ always() && steps.run_dbt_step.conclusion == 'success'}}
working-directory: ./levergreen_dbt
uses: elementary-data/[email protected]
env:
PG_DATABASE: ${{ secrets.PG_DATABASE }}
Expand All @@ -65,6 +64,7 @@ jobs:
PG_USER: ${{ secrets.PG_USER }}
with:
warehouse-type: postgres
profiles-dir: levergreen_dbt
edr-command:
edr send-report
--aws-access-key-id "${{ secrets.AWS_ACCESS_KEY_ID }}"
Expand Down

0 comments on commit 61d6795

Please sign in to comment.