Skip to content

Commit 9623468

Browse files
fix: ci cd issue (#46)
* fix: ci cd issue * chore: only modified models
1 parent 5791ce0 commit 9623468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
id: first_try
8383
run: |
8484
uv run dbt run-operation stage_external_sources
85-
uv run dbt build --select state:modified+ --target ${{ env.TARGET }} --vars "schema_id: $SCHEMA_ID" --defer --state target-base ${{ steps.set-full-refresh-flag.outputs.DBT_FULL_REFRESH }} --indirect-selection cautious
85+
uv run dbt build --select state:modified+ --target ${{ env.TARGET }} --vars "schema_id: $SCHEMA_ID" --defer --state target-base --indirect-selection cautious ${{ steps.set-full-refresh-flag.outputs.DBT_FULL_REFRESH }}
8686
8787
- name: Run dbt build another time to check incremental models
8888
id: incremental_try
8989
run: |
90-
uv run dbt build --select config.materialized:incremental --target ${{ env.TARGET }} --vars "schema_id: $SCHEMA_ID" --defer --state target-base
90+
uv run dbt build --select state:modified+,config.materialized:incremental --target ${{ env.TARGET }} --vars "schema_id: $SCHEMA_ID" --defer --state target-base --indirect-selection cautious

0 commit comments

Comments
 (0)