diff --git a/models/streamline/external/storefront_items/streamline__minting_assets_realtime.sql b/models/streamline/external/storefront_items/streamline__minting_assets_realtime.sql index 08dce2a..5c8dcd0 100644 --- a/models/streamline/external/storefront_items/streamline__minting_assets_realtime.sql +++ b/models/streamline/external/storefront_items/streamline__minting_assets_realtime.sql @@ -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'