This commit is contained in:
Eric Laurello 2024-11-22 10:15:41 -05:00
parent 1188790ca6
commit d1cc2a97a1
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',