mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:26:44 +00:00
* use template for GHA * add custom notification * move nft models to folder * put silver models in folder * swap labels to crosschain * move script * move script * update failed test list if none
17 lines
402 B
YAML
17 lines
402 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__validator_labels
|
|
description: |-
|
|
This table stores all of the Validator Node IDs and the type of validator, per id.
|
|
|
|
columns:
|
|
- name: node_id
|
|
description: "{{ doc('node_id') }}"
|
|
|
|
- name: validator_type
|
|
description: "{{ doc('validator_type') }}"
|
|
|
|
- name: project_name
|
|
description: "{{ doc('project_name') }}"
|