mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
Update dbt_run_scheduled_non_core.yml
This commit is contained in:
parent
b1170862fc
commit
dc7c902f93
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user