mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 19:17:00 +00:00
19 lines
640 B
YAML
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'" |