upd gha scheduled core

This commit is contained in:
Jack Forgash 2025-03-10 11:31:29 -06:00
parent 48cc50ef20
commit 1203b6aa52
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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