flow-models/models/gold/gov/gov__dim_validator_labels.sql
Jack Forgash caf9f4804c
An 3780/schema reorg (#153)
* folder structures

* new views

* update docs overview

* upd sources

* upd sources and move silver from base to core

* del flipside prod db prices v2

* add scheduled tag to new views
2023-08-31 10:38:17 -06:00

17 lines
201 B
SQL

{{ config(
materialized = 'view',
tag = ['scheduled']
) }}
WITH validators AS (
SELECT
*
FROM
{{ ref('silver__validator_labels') }}
)
SELECT
*
FROM
validators