The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.remote.data
Directory
Methods
| Method | Description |
|---|---|
download_literal() |
Download a single literal to a file, if it is a blob or structured dataset. |
Methods
download_literal()
def download_literal(
file_access: flytekit.core.data_persistence.FileAccessProvider,
var: str,
data: flytekit.models.literals.Literal,
download_to: typing.Optional[pathlib.Path],
)Download a single literal to a file, if it is a blob or structured dataset.
| Parameter | Type | Description |
|---|---|---|
file_access |
flytekit.core.data_persistence.FileAccessProvider |
|
var |
str |
|
data |
flytekit.models.literals.Literal |
|
download_to |
typing.Optional[pathlib.Path] |