polars.catalog.unity.NamespaceInfo#
- class polars.catalog.unity.NamespaceInfo(
- name: str,
- comment: str | None,
- properties: 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 namespace within a catalog.
This is also known by the name “schema” in unity catalog terminology.
- __init__(
- name: str,
- comment: str | None,
- properties: 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, ...)Attributes
name
comment
properties
storage_location
created_at
created_by
updated_at
updated_by