mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
upd gha scheduled core
This commit is contained in:
parent
48cc50ef20
commit
1203b6aa52
3
.github/workflows/dbt_run_scheduled_core.yml
vendored
3
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -42,9 +42,8 @@ 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 seed;
|
||||
dbt run -s tag:scheduled_core --vars "{ 'RECEIPT_MAP_LOOKBACK_HOURS': 1.25}";
|
||||
dbt run -s tag:scheduled_core;
|
||||
dbt run -s tag:scheduled_non_core models/gold;
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -42,7 +42,6 @@ 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;
|
||||
|
||||
- name: Store logs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user