This commit is contained in:
Austin 2024-05-20 12:48:36 -04:00 committed by GitHub
parent 010b62b672
commit 0ff7b75e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -14,7 +14,7 @@ models:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 3
interval: 7
- name: TOKEN_ADDRESS
tests:
- not_null

View File

@ -76,9 +76,6 @@ models:
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 3
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ