Merge pull request #338 from FlipsideCrypto/WHYTEWYLL-disable

Update dbt_run_scheduled_non_core.yml
This commit is contained in:
eric-laurello 2024-08-12 06:58:02 -07:00 committed by GitHub
commit f9286debbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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