From 30ec70f11ce2328ab1eb4a8e0d783aec85ca0b24 Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Mon, 5 Feb 2024 17:46:28 -0300 Subject: [PATCH] Add dbt debug config dir --- .github/workflows/pull_request_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull_request_build.yml b/.github/workflows/pull_request_build.yml index 6aeb6db7..ce9dfa9f 100644 --- a/.github/workflows/pull_request_build.yml +++ b/.github/workflows/pull_request_build.yml @@ -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"