File tree Expand file tree Collapse file tree 3 files changed +5
-49
lines changed
Expand file tree Collapse file tree 3 files changed +5
-49
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234234
235235 - name : List changed models
236236 working-directory : warehouse
237- run : poetry run dbt list --select "${{ needs.dbt-changed.outputs.changed }}+" --target ${{ env.DBT_TARGET }}
237+ run : poetry run dbt list --select "${{ needs.dbt-changed.outputs.changed }}+" --target ${{ env.DBT_TARGET }} --resource-type=model
238238
239239 - name : Run dbt against changed files
240240 working-directory : warehouse
Original file line number Diff line number Diff line change 3737 "+fct_schedule_feed_downloads" ,
3838 "+fct_benefits_events" ,
3939 "stg_audit__cloudaudit_googleapis_com_data_access+" ,
40+ "+fct_kuba__device_properties" ,
41+ "models/staging/payments" ,
42+ "models/intermediate/payments" ,
43+ "models/mart/payments" ,
4044 ],
4145 test_behavior = TestBehavior .AFTER_ALL ,
4246 ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments