mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 13:37:09 +00:00
13 lines
297 B
SQL
13 lines
297 B
SQL
{{ config(
|
|
materialized = 'table',
|
|
tags = ['daily']
|
|
) }}
|
|
|
|
SELECT
|
|
live.udf_api(
|
|
'GET',
|
|
'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmosis-1/osmosis-1.assetlist.json',{},{}
|
|
) AS resp,
|
|
SYSDATE() AS _inserted_timestamp,
|
|
'{{ invocation_id }}' AS _invocation_id
|