add single quote (#406)

This commit is contained in:
Jack Forgash 2025-02-06 10:27:29 -07:00 committed by GitHub
parent f0d6462111
commit 374e32cced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ SELECT
DATE_PART('EPOCH', SYSDATE()) :: INTEGER AS partition_key,
{{ target.database }}.live.udf_api(
'GET',
'{Service}/api/minting/assets' || '?organizationId=' || {organization_id} || '&websiteId=' || {website_id} || '&limit=' || api_limit,
'{Service}/api/minting/assets' || '?organizationId=' || '{organization_id}' || '&websiteId=' || '{website_id}' || '&limit=' || api_limit,
{ 'x-api-key': '{Authentication}' },
{},
'Vault/prod/flow/snag-api'