From dc7c902f930267aa40f1bb4254ef056b9071dcf0 Mon Sep 17 00:00:00 2001 From: WHYTEWYLL <49686519+WHYTEWYLL@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:55:48 -0700 Subject: [PATCH] Update dbt_run_scheduled_non_core.yml --- .github/workflows/dbt_run_scheduled_non_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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