Skip to content

Metadata

deltalake.Metadata dataclass

Metadata(table: RawDeltaTable)

Create a Metadata instance.

configuration property

configuration: Dict[str, str]

Return the DeltaTable properties.

created_time property

created_time: int

Return The time when this metadata action is created, in milliseconds since the Unix epoch of the DeltaTable.

description property

description: str

Return the user-provided description of the DeltaTable.

id property

id: int

Return the unique identifier of the DeltaTable.

name property

name: str

Return the user-provided identifier of the DeltaTable.

partition_columns property

partition_columns: List[str]

Return an array containing the names of the partitioned columns of the DeltaTable.