mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 15:06:44 +00:00
7 lines
141 B
MySQL
7 lines
141 B
MySQL
|
|
{{ config (
|
||
|
|
materialized = "view",
|
||
|
|
tags = ['avalanche_share']
|
||
|
|
) }}
|
||
|
|
|
||
|
|
select *
|
||
|
|
from {{ source('avalanche_share', 'data_dictionary') }}
|