mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 14:22:06 +00:00
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
version: 2
|
|
|
|
models:
|
|
- name: gov__dim_validator_labels
|
|
description: '{{ doc("gov__dim_validator_labels") }}'
|
|
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- node_id
|
|
|
|
columns:
|
|
- name: NODE_ID
|
|
description: "{{ doc('node_id') }}"
|
|
tests:
|
|
- not_null
|
|
- unique
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- STRING
|
|
- VARCHAR
|
|
|
|
- name: VALIDATOR_TYPE
|
|
description: "{{ doc('validator_type') }}"
|
|
tests:
|
|
- not_null
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- STRING
|
|
- VARCHAR
|
|
|
|
- name: PROJECT_NAME
|
|
description: "{{ doc('project_name') }}"
|
|
tests:
|
|
- not_null
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- STRING
|
|
- VARCHAR
|