Toolspublished

Databricks Sets a Six-Layer Path for Genie Ontology, Starting With One Domain

The new guide shifts the hard part of enterprise AI from connecting a model to data toward maintaining the definitions, permissions and evaluations that keep answers dependable.

By 3 min read
Databricks Sets a Six-Layer Path for Genie Ontology, Starting With One Domain
Databricks Sets a Six-Layer Path for Genie Ontology, Starting With One Domain

Listen to this story

The audio brief

About 1:35
0:001:35
Read transcript
Databricks has published a six-layer operating path for Genie Ontology, and its advice is notably practical: start with one business domain, not an attempt to model the entire enterprise at once. The path begins with clean, reconciled data and ends with continuous measurement of answer quality. The underlying idea is that an enterprise agent needs more than a model connected to tables. Genie Ontology combines explicit business definitions with context drawn from governed tables, queries, dashboards, and notebooks. That context is ranked for authority and relevance, then filtered by permissions before it reaches Genie at answer time. The first step is fixing the data model: clear grain, reusable dimensions, and one reconciled identity for each real-world entity. Next come descriptions, column comments, and tags for sensitivity, ownership, and business function. Databricks says dbxmetagen can draft much of that work, but a person must approve changes before they enter Unity Catalog. The control layer adds declared table relationships, governed measures in Metric Views, and Domains and Pages that attach authoritative context to shared terms. Unity Catalog Pages can override automatically inferred definitions in Genie One and be cited in answers. But key declarations are informational, and Page access is inherited rather than directly assigned. Databricks also warns that Page text may be globally replicated, lacks customer-managed-key encryption, and should not contain personally identifiable or regulated data. The open operational question is who owns these definitions—and what quality threshold tells a team its agent is dependable as the business changes.

Story brief

3 key points

Databricks is positioning Genie Ontology as a governed foundation for enterprise AI agents, with adoption meant to expand incrementally rather than wait for a fully curated estate. The payoff is more reliable answers from business definitions, KPI logic, and ranked data context; the operational burden is ownership. Key safeguards remain imperfect: key declarations are informational, Unity Catalog Pages are Beta and...

  1. 01

    Metric Views centralize governed KPI definitions, with aggregations resolved at query time.

  2. 02

    dbxmetagen can draft metadata and classifications, but human approval is required before Unity Catalog changes.

  3. 03

    Published Pages are shared across Genie One; drafts remain visible only to their owners.

Databricks has published a six-layer operating path for Genie Ontology that begins with clean, reconciled data and ends with continuous evaluation. The company’s practical advice is deliberately narrow: start with one business domain, then expand as definitions, access controls and trusted context mature.

The guide frames an ontology as more than a semantic model. Genie Ontology combines explicitly modeled business semantics with context inferred from governed tables, queries, dashboards, notebooks and other supported assets. Databricks says that context is ranked by authority and relevance and filtered through permissions before it reaches Genie at answer time.

The work starts before the agent asks a question

Layer 0 is a data-modeling correction. Databricks recommends durable business-process models with a clear grain, reusable dimensions and a single reconciled identity for each real-world entity. The goal is to avoid giving an agent tables with conflicting concepts, mixed levels of detail or several IDs for the same customer.

The next layer is descriptive rather than logical: table descriptions, column comments and structured tags for attributes such as sensitivity, ownership and business function. For large estates, Databricks points to its dbxmetagen accelerator, which can draft descriptions, flag sensitive data and propose classifications. A human must approve changes before they are written to Unity Catalog.

Three controls Databricks puts at the center

  1. Declare primary and foreign keys so agents have defined table relationships rather than inferred join paths. Those declarations are informational, not enforced, so they still require upkeep.
  2. Define critical KPIs in Metric Views, where governed measures and dimensions are expressed as code and aggregations are resolved when a query runs.
  3. Use Domains and Pages to scope business context and attach authoritative assets to shared terms and definitions.

Pages give human definitions priority

The guide’s curation layer relies on Unity Catalog Pages, a Beta feature for governed definitions of business concepts. When Genie One finds a matching Page, it prioritizes that human-modeled definition over automatically inferred context and cites the Page in its answer. Published Pages are available across Genie One conversations, while drafts are limited to the Page owner’s conversations.

Databricks diagram showing the semantic-modeling layer for Genie Ontology.
Databricks positions semantic modeling between metadata enrichment and broader context curation. Source: databricks.com.

Governance creates a sharper boundary

The operating model also leaves important limits for adopters to manage. Because key declarations are not enforced, a declared relationship can still become stale. And Pages inherit access from their domain or subdomain, rather than receiving permissions directly. Databricks also warns that Page data is stored as plain text that may be replicated globally and does not support customer-managed-key encryption; it says Page names, descriptions and bodies should not contain PII or regulated data.

The final layer is evaluation. As metrics change, tables age and products are introduced, Databricks recommends measuring answer quality to identify weak context and improve it. The unresolved operational question is how each organization will set those quality thresholds and assign owners for the business definitions that agents rely on.

Sources

  1. databricks.comOperationalizing Genie Ontology in Your Data Stack
  2. docs.databricks.comdocs.databricks.com