yggdrasil.databricks.catalog.loki¶
loki ¶
Loki skill for the Unity Catalog catalogs service (dbc.catalogs).
The top of the Unity Catalog namespace: catalogs contain schemas contain tables/volumes/functions. This is the "what data is here?" entry point — it fans out over visible catalogs and, given one, lists its schemas. Pure UC REST API: no SQL warehouse required.
DatabricksCatalogsSkill ¶
Bases: DatabricksServiceSkill
Navigate Unity Catalog — list catalogs, or the schemas within one.
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.