mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 13:37:11 +00:00
artemis upd endpoint (#116)
This commit is contained in:
parent
dbb023ab5f
commit
14a814084e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user