log status in core

This commit is contained in:
Eric Laurello 2024-06-18 15:42:47 -04:00
parent c5de5ded4c
commit f91bf9b8f2

View File

@ -0,0 +1,25 @@
{{ config(
materialized = 'incremental',
full_refresh = false,
tags = ['core']
) }}
SELECT
live.udf_api (
'POST',
'{Service}/rpc',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json'
),
OBJECT_CONSTRUCT(
'id',
1,
'jsonrpc',
'2.0',
'method',
'status'
),
'Vault/prod/osmosis/blockjoy/mainnet'
) AS DATA,
SYSDATE() AS _inserted_timestamp