external-models/models/bitquery/gold/bitquery__tx_count.yml
2025-03-14 11:55:07 -04:00

34 lines
814 B
YAML

version: 2
models:
- name: bitquery__tx_count
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- BLOCKCHAIN
- METRIC
- BLOCK_DATE
columns:
- name: BLOCKCHAIN
tests:
- not_null
- name: METRIC
tests:
- not_null
- name: BLOCK_DATE
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 2
- name: TX_COUNT
tests:
- not_null
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ