mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 16:26:54 +00:00
* 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>
17 lines
480 B
YAML
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" |