Skip to content

Commit

Permalink
Deploy dbt model dependencies before building daily models (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane authored May 22, 2024
1 parent a45a1d0 commit 6efd15a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_daily_dbt_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
path: ${{ env.PROJECT_DIR }}/${{ env.STATE_DIR }}
key: ${{ env.CACHE_KEY }}

- name: Deploy model dependencies
run: ../.github/scripts/deploy_dbt_model_dependencies.sh
working-directory: ${{ env.PROJECT_DIR }}
shell: bash

- name: Build daily models
run: dbt run -t "$TARGET" -s tag:daily --defer --state "$STATE_DIR"
working-directory: ${{ env.PROJECT_DIR }}
Expand Down

0 comments on commit 6efd15a

Please sign in to comment.