artemis upd endpoint (#116)

This commit is contained in:
Stanley 2025-05-09 19:53:09 +07:00 committed by GitHub
parent dbb023ab5f
commit 14a814084e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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