Skip to main content

requestMarketDataDownload

Resolve presigned download URLs for the given market data file tuples. Files that do not yet exist in the data lake are returned in the missing field; callers should call ensureMarketDataAvailable to enqueue a backfill and poll marketDataAvailability until ready.

requestMarketDataDownload(
requests: [MarketDataFileRequest!]!
): MarketDataDownloadPlan!

Arguments

requestMarketDataDownload.requests ● [MarketDataFileRequest!]! non-null input

Type

MarketDataDownloadPlan object

Result of requestMarketDataDownload listing ready files + missing refs.