Skip to content

Commit

Permalink
Add dbt debug config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 5, 2024
1 parent 41b3a12 commit 30ec70f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
id: grant-access-to-database
run: "dbt --no-write-json run-operation grant_access_to_pr_database"

- name: Get dbt profiles dir
#TODO: remove profiles-dir when dbt-coves is fixed
run: dbt debug --config-dir

- name: Generate Docs Combining Prod and branch catalog.json
#TODO: remove profiles-dir when dbt-coves is fixed
run: "dbt-coves generate docs --merge-deferred --state logs"
Expand Down

0 comments on commit 30ec70f

Please sign in to comment.