updated noncore workflow and double checked silver model tags: noncore

This commit is contained in:
Mike Stepanovic 2025-04-07 11:34:29 -06:00
parent 94382d96c6
commit db0d212d63

View File

@ -1,5 +1,5 @@
name: dbt_run_incremental_core
run-name: dbt_run_incremental_core
name: dbt_run_noncore
run-name: dbt_run_noncore
on:
workflow_dispatch:
@ -41,4 +41,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m movement_models,tag:core
dbt run -m movement_models,tag:noncore