diff --git a/.github/workflows/integration_dbt.yml b/.github/workflows/integration_dbt.yml index ddaecadf..e31954ac 100644 --- a/.github/workflows/integration_dbt.yml +++ b/.github/workflows/integration_dbt.yml @@ -79,6 +79,10 @@ jobs: ##### Governance Checks # this first runs dbt but creates enpty tables, this is enough to then run the hooks and fail fast + # There is an issue with --empty and dynamic tables so need to exclude them + - name: Governance run of dynamic tables + run: "dbt build --fail-fast -s config.materialized:dynamic_table" + # There is an issue with --empty and dynamic tables so need to exclude them - name: Governance run of dbt with EMPTY models using slim mode if: ${{ steps.prod_manifest.outputs.manifest_found == 'true' && contains(github.event.pull_request.labels.*.name, 'full-refresh') != true }}