core/non core exclude axelscan

This commit is contained in:
Eric Laurello 2024-02-07 14:47:43 -05:00
parent a4ef3c82f0
commit 44c19bcbf3
2 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m models/bronze "axelar_models,tag:core"
dbt run -m models/bronze "axelar_models,tag:core" --exclude "axelar_models,tag:axelscan"

View File

@ -43,4 +43,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m models/bronze "axelar_models,tag:noncore"
dbt run -m models/bronze "axelar_models,tag:noncore" --exclude "axelar_models,tag:axelscan"