Skip to content

Commit

Permalink
run observe model for post hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Feb 15, 2025
1 parent 63d6956 commit bf0c9b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/10_integrate_dbt_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
- name: Governance run of dynamic tables
run: "dbt build --fail-fast -s config.materialized:dynamic_table -s test_failures --defer --state logs"

# We need to run observe model so that post hook works
- name: Run Observe Model
run: "dbt build --fail-fast -s L1_inlets.observe"

# 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 bf0c9b2

Please sign in to comment.