ursa.catalog¶
Pydantic schemas + Lance-backed Catalog for Ursa’s nine catalog tables.
The schemas are the central typing contract every M1+ component agrees on
(ingestion, query, MCP server, Lance writer). The :class:Catalog is the
runtime object that materializes those rows as Lance datasets.
Submodules¶
Package Contents¶
Data¶
API¶
- ursa.catalog.__all__¶
[‘BenchmarkResultRow’, ‘BenchmarkSuiteRow’, ‘Catalog’, ‘CatalogError’, ‘CatalogID’, ‘CatalogNotIniti…