base-models/models/bronze/api_udf/bronze_api__token_reads.yml
Austin 02fc7f28fc
contract and abis pipeline (#35)
* contract and abis pipeline

* lower volume
2023-07-25 16:55:10 -04:00

19 lines
575 B
YAML

version: 2
models:
- name: bronze_api__token_reads
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- CONTRACT_ADDRESS
- FUNCTION_SIG
columns:
- 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
- TIMESTAMP_LTZ