From 18a9c42094f3ddae4114c11f94376ddc36330317 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:18:54 -0600 Subject: [PATCH] rm tx entries from gha (#468) --- .../dbt_run_scheduled_streamline_non_core.yml | 15 ++++++++------- .../dbt_run_streamline_external_realtime.yml | 4 +++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_streamline_non_core.yml b/.github/workflows/dbt_run_scheduled_streamline_non_core.yml index abe2449..1bdbb8e 100644 --- a/.github/workflows/dbt_run_scheduled_streamline_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_streamline_non_core.yml @@ -45,14 +45,15 @@ jobs: run: > dbt run -s tag:streamline_non_core - - name: Test DBT Models - run: > - dbt test -s tag:streamline_non_core - continue-on-error: true + # Temporarily disabled 2025-08-29 during Snag API issue triage + # - name: Test DBT Models + # run: > + # dbt test -s tag:streamline_non_core + # continue-on-error: true - - name: Log test results - run: | - python python/dbt_test_alert.py + # - name: Log test results + # run: | + # python python/dbt_test_alert.py - name: Store logs uses: actions/upload-artifact@v4 diff --git a/.github/workflows/dbt_run_streamline_external_realtime.yml b/.github/workflows/dbt_run_streamline_external_realtime.yml index 1f77f5f..5db306c 100644 --- a/.github/workflows/dbt_run_streamline_external_realtime.yml +++ b/.github/workflows/dbt_run_streamline_external_realtime.yml @@ -45,9 +45,11 @@ jobs: pip install -r requirements.txt dbt deps + # 1+streamline__transaction_entries_realtime removed from dbt cmd temporarily + # 2025-08-29 during Snag API issue triage - name: Request Storefront Items and Transaction Entries from Snag API run: > - dbt run -s streamline__minting_assets_realtime 1+streamline__transaction_entries_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' + dbt run -s streamline__minting_assets_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}' - name: Store logs uses: actions/upload-artifact@v4