external-models/models/avalanche/avalanche__dim_data_dictionary.sql
2025-03-13 10:55:56 -04:00

7 lines
141 B
SQL

{{ config (
materialized = "view",
tags = ['avalanche_share']
) }}
select *
from {{ source('avalanche_share', 'data_dictionary') }}