diff --git a/.github/workflows/dbt_run_incremental_core.yml b/.github/workflows/dbt_run_incremental_core.yml index 83fa569..b8d5cd6 100644 --- a/.github/workflows/dbt_run_incremental_core.yml +++ b/.github/workflows/dbt_run_incremental_core.yml @@ -43,7 +43,7 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -s "sui_models,tag:core" + dbt run -m "sui_models,tag:core" notify-failure: needs: [run_dbt_jobs]