mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 14:11:44 +00:00
13 lines
148 B
SQL
13 lines
148 B
SQL
{{ config(
|
|
materialized = 'view',
|
|
secure = 'true'
|
|
) }}
|
|
|
|
SELECT
|
|
*
|
|
FROM
|
|
{{ source(
|
|
'terra_sv',
|
|
'transitions'
|
|
) }}
|