store failures (#18)

This commit is contained in:
Austin 2022-08-09 10:55:44 -04:00 committed by GitHub
parent cf1c99c6f0
commit ec64ac9d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 13 deletions

View File

@ -24,6 +24,9 @@ clean-targets: # directories to be removed by `dbt clean`
- "dbt_modules"
- "dbt_packages"
tests:
+store_failures: true # all tests
on-run-start:
- "{{ create_sps() }}"
- "{{ create_udfs() }}"

View File

@ -22,7 +22,7 @@
SELECT
block_base.block_number,
tx_count,
model_name.block_number,
model_name.block_number AS model_block_number,
model_tx_count
FROM
block_base

View File

@ -71,9 +71,6 @@ models:
column_type_list:
- NUMBER
- FLOAT
- name: _LOG_ID
tests:
- not_null
- name: _INSERTED_TIMESTAMP
tests:
- not_null

View File

@ -102,9 +102,6 @@ models:
column_type_list:
- NUMBER
- FLOAT
- name: _LOG_ID
tests:
- not_null
- name: _INSERTED_TIMESTAMP
tests:
- not_null

View File

@ -178,6 +178,3 @@ models:
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ
- name: _LOG_ID
tests:
- not_null

View File

@ -105,6 +105,3 @@ models:
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ
- name: _LOG_ID
tests:
- not_null