mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
* core models * tests * decoder / abis * history process * workflows * end points * workflow
15 lines
428 B
YAML
15 lines
428 B
YAML
version: 2
|
|
models:
|
|
- name: bronze_evm_api__token_reads
|
|
|
|
columns:
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- not_null
|
|
- dbt_expectations.expect_row_values_to_have_recent_data:
|
|
datepart: day
|
|
interval: 1
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- TIMESTAMP_LTZ
|
|
- TIMESTAMP_NTZ |