rebase non_core

This commit is contained in:
WHYTEWYLL 2024-08-12 15:49:42 +01:00
parent fa20bef648
commit 9711443021

View File

@ -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 --exclude core__ez_token_transfers;
dbt run -s tag:scheduled_non_core models/gold;
- name: Store logs
uses: actions/upload-artifact@v3