The input object passed into ContainerTransform objects at runtime.
Its aim is to mimic a subset of the transforms.api.TransformInput API, while providing access to the underlying foundry.transforms.Dataset.
The alias of the dataset this parameter is associated with.
A PyArrow table containing the full view of the dataset.
The branch of the dataset this parameter is associated with.
A pandas DataFrame containing the full view of the dataset.
The ending transaction of the input dataset.
Access the filesystem in read-only mode.
Construct a FoundryDataSidecarFileSystem object for accessing the dataset’s files directly.
A pandas DataFrame containing the full view of the dataset.
Download the dataset’s underlying files and return a path to them.
A Polars DataFrame or LazyFrame containing the full view of the dataset.
False.The unique resource identifier of the dataset this parameter is associated with.
the starting transaction of the input dataset.