From efaab90e83149a78ccf2a15fcd14ddfb0c7fa10b Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Fri, 29 Aug 2025 11:14:41 -0600 Subject: [PATCH] re-enable points requests (#467) --- .github/workflows/dbt_run_scheduled_streamline_non_core.yml | 4 +++- .../dbt_run_streamline_external_points_balances_realtime.yml | 3 +-- .github/workflows/dbt_run_streamline_external_realtime.yml | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_streamline_non_core.yml b/.github/workflows/dbt_run_scheduled_streamline_non_core.yml index 14097a0..abe2449 100644 --- a/.github/workflows/dbt_run_scheduled_streamline_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_streamline_non_core.yml @@ -3,7 +3,9 @@ run-name: dbt_run_scheduled_streamline_non_core on: workflow_dispatch: - # Disabled 2025-08-27 due to no responses from the points (snag) API + schedule: + # Once daily at 06:00 UTC + - cron: "0 6 * * *" env: SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}" diff --git a/.github/workflows/dbt_run_streamline_external_points_balances_realtime.yml b/.github/workflows/dbt_run_streamline_external_points_balances_realtime.yml index da4fce5..65f5197 100644 --- a/.github/workflows/dbt_run_streamline_external_points_balances_realtime.yml +++ b/.github/workflows/dbt_run_streamline_external_points_balances_realtime.yml @@ -8,8 +8,7 @@ on: workflow_dispatch: schedule: # Daily at 0, 1, 2, 3, 4 UTC - # Disabled 2025-08-27 due to no responses from the points (snag) API - # - cron: "0 0,1,2,3,4 * * *" + - cron: "0 0,1,2,3,4 * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_external_realtime.yml b/.github/workflows/dbt_run_streamline_external_realtime.yml index bfdd3e3..1f77f5f 100644 --- a/.github/workflows/dbt_run_streamline_external_realtime.yml +++ b/.github/workflows/dbt_run_streamline_external_realtime.yml @@ -7,8 +7,7 @@ on: workflow_dispatch: schedule: # Runs hourly - # Disabled 2025-08-27 due to no responses from the points (snag) API - # - cron: "0 * * * *" + - cron: "0 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}"