diff --git a/.github/workflows/dbt_run_scheduled_non_core.yml b/.github/workflows/dbt_run_scheduled_non_core.yml index 7248722..be6d3fb 100644 --- a/.github/workflows/dbt_run_scheduled_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_non_core.yml @@ -43,7 +43,7 @@ jobs: - name: Run DBT Jobs run: | dbt run-operation dispatch_github_workflow --args "{'repo_name': 'streamline-snowflake', 'workflow_name': 'dbt_run_near_external_table_update', 'gb_id': '${{ secrets.GB_ID}}'}"; - dbt run -s tag:scheduled_non_core models/gold; + dbt run -s tag:scheduled_non_core models/gold --exclude core__ez_token_transfers; - name: Store logs uses: actions/upload-artifact@v3