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,
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,
Methods
__init__(name, comment, properties, options, ...)Attributes
namecommentpropertiesoptionsstorage_locationcreated_atcreated_byupdated_atupdated_by