Skip to content

Commit

Permalink
fixing slim ci with snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemuffin committed Oct 17, 2024
1 parent 0d63b40 commit 73e0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_branch_deployments_only_dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo models modified
dbt ls --exclude "source:* +*github*+ +*google*+" --models state:modified --defer --state ${{github.workspace}}/transformation/transformation_nsw_doe/target/last_manifest --profiles-dir ${{github.workspace}}/transformation/transformation_nsw_doe
echo building modified models
dbt build --exclude "source:* +*github*+ +*google*+ path:models/snapshots/*" --models state:modified --defer --state ${{github.workspace}}/transformation/transformation_nsw_doe/target/last_manifest --profiles-dir ${{github.workspace}}/transformation/transformation_nsw_doe
dbt build --exclude "source:* +*github*+ +*google*+ *snapshot*" --models state:modified --defer --state ${{github.workspace}}/transformation/transformation_nsw_doe/target/last_manifest --profiles-dir ${{github.workspace}}/transformation/transformation_nsw_doe
# reoving datafold until we get a motherduck connection
Expand Down

0 comments on commit 73e0dd3

Please sign in to comment.