mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 15:36:45 +00:00
34 lines
814 B
YAML
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
|
|
|