polars.catalog.unity.CatalogInfo#

class polars.catalog.unity.CatalogInfo(
name: str,
comment: str | None,
properties: dict[str, str],
options: dict[str, str],
storage_location: str | None,
created_at: datetime | None,
created_by: str | None,
updated_at: datetime | None,
updated_by: str | None,
)[source]#

Information for a catalog within a metastore.

__init__(
name: str,
comment: str | None,
properties: dict[str, str],
options: dict[str, str],
storage_location: str | None,
created_at: datetime | None,
created_by: str | None,
updated_at: datetime | None,
updated_by: str | None,
) None[source]#

Methods

__init__(name, comment, properties, options, ...)

Attributes

name

comment

properties

options

storage_location

created_at

created_by

updated_at

updated_by