solana-models/models/github_actions/github_actions__current_task_status.yml
tarikceric c18a2fab07
exclude stake snapshot; add alerting (#845)
* exclude stake snapshot; add alerting

* update name
2025-05-22 14:18:58 -07:00

19 lines
640 B
YAML

version: 2
models:
- name: github_actions__current_task_status
columns:
- name: PIPELINE_ACTIVE
tests:
- 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:
value_set:
- 2
config:
severity: warn
warn_if: ">0"
where: "workflow_name != 'dbt_run_streamline_stake_accounts_snapshot'"