mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 16:06:51 +00:00
13 lines
159 B
SQL
13 lines
159 B
SQL
{{ config (
|
|
materialized = 'view',
|
|
enabled = false
|
|
) }}
|
|
|
|
SELECT
|
|
*
|
|
FROM
|
|
{{ source(
|
|
'bronze_streamline',
|
|
'balances_api'
|
|
) }}
|