arbitrum-models/models/github_actions/github_actions__current_task_status.yml
2024-11-19 16:20:27 -05:00

18 lines
494 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
config:
severity: warn
- name: SUCCESSES
tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- 2
config:
severity: warn