0.1.dev2184+g1e0cbe7.d20250401

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._local.Path],
)

Download a single literal to a file, if it is a blob or structured dataset.

Parameter Type
file_access flytekit.core.data_persistence.FileAccessProvider
var str
data flytekit.models.literals.Literal
download_to typing.Optional[pathlib._local.Path]