mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 19:42:40 +00:00
* ez views * add comment to description and legacy fact view * tag ez models * add dex in yml name
9 lines
97 B
SQL
9 lines
97 B
SQL
{{ config(
|
|
materialized = 'view'
|
|
) }}
|
|
|
|
SELECT
|
|
*
|
|
FROM
|
|
{{ ref('core__ez_dex_swaps') }}
|