exclude stake snapshot; add alerting (#845)

* exclude stake snapshot; add alerting

* update name
This commit is contained in:
tarikceric 2025-05-22 14:18:58 -07:00 committed by GitHub
parent 5203eae745
commit c18a2fab07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View File

@ -24,4 +24,11 @@ concurrency:
jobs:
called_workflow_template:
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_test_tasks.yml@AN-4374/upgrade-dbt-1.7
secrets: inherit
secrets: inherit
notify-failure:
needs: [called_workflow_template]
if: failure()
uses: ./.github/workflows/slack_notify.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

View File

@ -7,6 +7,7 @@ models:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- TRUE
where: "workflow_name != 'dbt_run_streamline_stake_accounts_snapshot'"
- name: SUCCESSES
tests:
- dbt_expectations.expect_column_values_to_be_in_set:
@ -14,4 +15,5 @@ models:
- 2
config:
severity: warn
warn_if: ">0"
warn_if: ">0"
where: "workflow_name != 'dbt_run_streamline_stake_accounts_snapshot'"