Skip to content

Commit

Permalink
change recency to 30 days (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-xyz authored Jan 30, 2024
1 parent 5ccc126 commit 9d24572
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions models/silver/nft/silver__zeroex_sales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ models:
- name: BLOCK_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 10
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_LTZ
Expand Down Expand Up @@ -102,7 +99,7 @@ models:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 10
interval: 30
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_LTZ
Expand Down

0 comments on commit 9d24572

Please sign in to comment.