Skip to content

Commit

Permalink
run dynamic tables before --empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Oct 21, 2024
1 parent 2561130 commit 35e3fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 35e3fda

Please sign in to comment.