eclipse-models/models/github_actions/github_actions__current_task_status.yml
desmond-hui c8d1c1079b
Silver blocks (#8)
* add blocks model and dependent macros

* add docs and schema tests

* add blocks gap test

* fix deperecated tests property

* disable full refresh

---------

Co-authored-by: desmond-hui <desmond@flipsidecryto.com>
2024-09-04 06:38:17 -07:00

17 lines
480 B
YAML

version: 2
models:
- name: github_actions__current_task_status
columns:
- name: PIPELINE_ACTIVE
data_tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- TRUE
- name: SUCCESSES
data_tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- 2
config:
severity: warn
warn_if: ">0"