Skip to content

Commit

Permalink
upd rec map lookback - likely gap cause
Browse files Browse the repository at this point in the history
  • Loading branch information
forgxyz committed Dec 11, 2024
1 parent a149765 commit fcfd446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run_scheduled_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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': 0.5}";
dbt run -s tag:scheduled_core --vars "{ 'RECEIPT_MAP_LOOKBACK_HOURS': 2}";
- name: Store logs
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fcfd446

Please sign in to comment.