yggdrasil.databricks.schema.loki¶
loki ¶
Loki skill for the Unity Catalog schemas service (dbc.schemas).
A schema (a.k.a. database) is the middle level of the Unity Catalog namespace
— catalog.schema — and holds tables, views, volumes, and functions.
dbc.schemas lists them across (or within) a catalog over the UC REST API.
DatabricksSchemasSkill ¶
Bases: DatabricksServiceSkill
List Unity Catalog schemas (databases) — across, or within, a catalog.
available ¶
True when this skill can run in agent's environment.
Default: available everywhere, unless :attr:requires names a backend
that isn't detected. Override for finer checks.