diff --git a/.github/workflows/dbt_run_incremental_core.yml b/.github/workflows/dbt_run_incremental_core.yml index f666462..65d0a09 100644 --- a/.github/workflows/dbt_run_incremental_core.yml +++ b/.github/workflows/dbt_run_incremental_core.yml @@ -43,5 +43,5 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m models/bronze "axelar_models,tag:core" --exclude "axelar_models,tag:axelscan" + dbt run -m models/bronze "axelar_models,tag:core" --exclude "axelar_models,tag:axelscan" models/bronze/bronze_api/bronze_api__get_blockchain_api.sql diff --git a/.github/workflows/dbt_run_incremental_noncore.yml b/.github/workflows/dbt_run_incremental_noncore.yml index d208e07..5f5b11e 100644 --- a/.github/workflows/dbt_run_incremental_noncore.yml +++ b/.github/workflows/dbt_run_incremental_noncore.yml @@ -43,4 +43,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m models/bronze "axelar_models,tag:noncore" --exclude "axelar_models,tag:axelscan" + dbt run -m models/bronze "axelar_models,tag:noncore" --exclude "axelar_models,tag:axelscan" models/bronze/bronze_api/bronze_api__get_blockchain_api.sql