mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 14:16:42 +00:00
ob
This commit is contained in:
parent
1188790ca6
commit
d1cc2a97a1
@ -59,7 +59,7 @@ SELECT
|
||||
'-'
|
||||
) AS partition_key,
|
||||
id,
|
||||
partition_key || id :: STRING AS ob,
|
||||
partition_key || '-' || id :: STRING AS ob,
|
||||
{{ target.database }}.live.udf_api(
|
||||
'GET',
|
||||
'https://api.gmp.axelarscan.io',
|
||||
|
||||
@ -59,7 +59,7 @@ SELECT
|
||||
'-'
|
||||
) AS partition_key,
|
||||
id,
|
||||
partition_key || id :: STRING AS ob,
|
||||
partition_key || '-' || id :: STRING AS ob,
|
||||
{{ target.database }}.live.udf_api(
|
||||
'GET',
|
||||
'https://api.axelarscan.io',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user