mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 13:26:45 +00:00
21 lines
496 B
SQL
21 lines
496 B
SQL
{{ config (
|
|
materialized = "view",
|
|
tags = ['streamline_view']
|
|
) }}
|
|
|
|
SELECT
|
|
{{ target.database }}.live.udf_api(
|
|
'GET',
|
|
'{Service}/v1',
|
|
OBJECT_CONSTRUCT(
|
|
'Content-Type',
|
|
'application/json',
|
|
'fsc-quantum-state',
|
|
'livequery',
|
|
'User-Agent',
|
|
'Flipside_Crypto/0.1'
|
|
),
|
|
OBJECT_CONSTRUCT(),
|
|
'Vault/prod/movement/mainnet_fsc'
|
|
) :data :block_height :: INT AS block_number
|