osmosis-models/models/streamline/silver/core/streamline__chainhead.sql
Eric Laurello 378b694249 move to QN
2024-10-31 17:06:32 -04:00

28 lines
650 B
SQL

{{ config (
materialized = "view",
tags = ['streamline_view']
) }}
SELECT
{{ target.database }}.live.udf_api(
'POST',
'{Service}/{Authentication}',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json',
'fsc-quantum-state',
'livequery'
),
OBJECT_CONSTRUCT(
'id',
0,
'jsonrpc',
'2.0',
'method',
'status',
'params',
[]
),
'Vault/prod/osmosis/quicknode/mainnet_new'
) :data :result :sync_info :latest_block_height :: INT AS block_number