Skip to content

Storage

The delta filesystem handler for the pyarrow engine writer.

deltalake.fs.DeltaStorageHandler

DeltaStorageHandler(table_uri: str, options: dict[str, str] | None = None, known_sizes: dict[str, int] | None = None)

Bases: BaseDeltaStorageHandler

DeltaStorageHandler is a concrete implementations of a PyArrow FileSystemHandler.