This commit is contained in:
Austin 2023-11-06 11:51:22 -05:00 committed by GitHub
parent 173255c420
commit d1d43a980d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@ version: 2
models:
- name: github_actions__current_task_status
columns:
- name: WAS_SUCCESSFUL
- name: PIPELINE_ACTIVE
tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- TRUE
- name: RETURN_VALUE
- name: SUCCESSES
tests:
- dbt_expectations.expect_column_values_to_be_in_set:
value_set:
- 204
config:
severity: warn
warn_if: ">0"
warn_if: ">0"

View File

@ -6,6 +6,6 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.0.0
- git: https://github.com/FlipsideCrypto/fsc-utils.git
revision: v1.9.3
revision: v1.11.0
- package: get-select/dbt_snowflake_query_tags
version: [">=2.0.0", "<3.0.0"]