solana-models/models/github_actions/github_actions__current_task_status.yml
desmond-hui 2734d36d7c
Dispatch gha via snowflake (#388)
* update package

* setup GHA dispatches via Snowflake tasks

* remove unused workflows

* add model qualifier to only run models in solana

* include task status monitoring workflow
2023-11-07 08:17:36 -08:00

17 lines
472 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
- name: SUCCESSES
tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- 204
config:
severity: warn
warn_if: ">0"