Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.4

flyte.io

IO data types

This package contains additional data types beyond the primitive data types in python to abstract data flow of large datasets in Union.

Directory

Classes

Class Description
DataFrame A Flyte meta DataFrame object, that wraps all other dataframe types (usually available as plugins, pandas.
Dir A generic directory class representing a directory with files of a specified format.
EmptyDir A sentinel :class:Dir representing ’no directory was produced'.
File A generic file class representing a file with a specified format.
HashFunction A hash method that wraps a user-provided function to compute hashes.

Variables

Property Type Description
PARQUET str