The input object passed into incremental ContainerTransform objects at runtime.
Its aim is to mimic a subset of the transforms.api.IncrementalTransformInput 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.
current, previous, or added. Defaults to added.The branch of the dataset this parameter is associated with.
A pandas DataFrame containing the full view of the dataset.
current, previous, or added. Defaults to added.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.
current, previous, or added. Defaults to added.A pandas DataFrame containing the full view of the dataset.
current, previous, or added. Defaults to added.Download the dataset’s underlying files and return a path to them.
current, previous, or added. Defaults to added. This argument is only applicable when @incremental is added and v2_semantics is True.A Polars DataFrame or LazyFrame containing the full view of the dataset.
The unique resource identifier of the dataset this parameter is associated with.
the starting transaction of the input dataset.