From 14a814084eb09b5640ccda7140b7694dc90236a6 Mon Sep 17 00:00:00 2001 From: Stanley Date: Fri, 9 May 2025 19:53:09 +0700 Subject: [PATCH] artemis upd endpoint (#116) --- models/artemis/streamline/streamline__artemis_realtime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/artemis/streamline/streamline__artemis_realtime.sql b/models/artemis/streamline/streamline__artemis_realtime.sql index e7a0154..049892a 100644 --- a/models/artemis/streamline/streamline__artemis_realtime.sql +++ b/models/artemis/streamline/streamline__artemis_realtime.sql @@ -70,7 +70,7 @@ SELECT TO_NUMBER(TO_CHAR(SYSDATE(), 'YYYYMMDD')) AS partition_key, {{ target.database }}.live.udf_api( 'GET', - url || encoded_endpoints || '?APIKey={Authentication}' || '&artemisIds=' || encoded_ids || '&startDate=' || min_start_date || '&endDate=' || max_end_date, {}, {}, + url || encoded_endpoints || '?APIKey={Authentication}' || '&symbols=' || encoded_ids || '&startDate=' || min_start_date || '&endDate=' || max_end_date, {}, {}, 'Vault/prod/external/artemis' ) AS request FROM