mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
exclude stake snapshot; add alerting (#845)
* exclude stake snapshot; add alerting * update name
This commit is contained in:
parent
5203eae745
commit
c18a2fab07
9
.github/workflows/dbt_test_tasks.yml
vendored
9
.github/workflows/dbt_test_tasks.yml
vendored
@ -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 }}
|
||||
@ -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'"
|
||||
Loading…
Reference in New Issue
Block a user