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