flow-models/models/gold/gov/gov__dim_validator_labels.yml
Jack Forgash 84ca2eb298
AN-6423/docs update (#462)
* add overview

* core and defi

* cadence

* evm

* fix dim labels name

* fix docs syntax
2025-07-17 18:15:23 -06:00

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