Skip to main content

DownloadRequest

This class represents an asynchronous download request for a catalog operation. It encapsulates the necessary information, including a unique key for the download and the target output writer where the downloaded content will be stored.

Attributes

AttributeTypeDescription
Key[Key](key.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_key)This attribute stores a Key object, which uniquely identifies the download request.
Targetio.OutputWriterThis attribute stores an io.OutputWriter object, which is used to write the downloaded content.