
Adapt or fall behind: a review of the Databricks executive survey on AI and its use
Understand how 600 tech leaders think about AI and find out how to future-proof your business before adopting the emerging tech.
Genie lets business users ask questions of their governed Databricks data in plain language and get answers backed by SQL run against the real data — no query-writing, and no access to data they couldn’t already see. The rest of this article covers what it does, why the answers hold up, and how to set one up well.
Genie is a natural language interface to your data on Databricks. You type a question the way you’d ask a colleague, and Genie answers using the actual data it’s connected to — no SQL on your part.
Because it runs against your live data under the same permissions and business definitions your organization already enforces, answers stay governed. You can’t get an answer about data you don’t already have access to.

Talk to Your Data
You can ask Genie the kind of question you’d put to a colleague:
Genie interprets the question, translates it to SQL, runs that SQL against your Unity Catalog–governed tables, returns the result, and — where it helps — builds a chart on top. You can inspect the generated query to check it, but you don’t have to; a well-built Space handles most questions on its own. The reason the answer holds up is that Genie grounds it in the real data and metadata your company already relies on, rather than generating prose.

Agent Mode: Going Deeper
Questions like “top-selling product last quarter” or “average delay of our planes last month” each resolve to a single SQL query. Some questions don’t. When you want to find a pattern or understand why something is happening, one query isn’t enough.
That’s what agent mode is for. It works in stages, runs multiple queries, and makes decisions across several steps, then assembles the results into a structured report — findings, insights, recommendations, and the visuals behind them. You get the reasoning, not just the number.
AI/BI Dashboards
AI/BI dashboards are Databricks’ built-in dashboard tool. There’s no separate BI license fee, but the compute they run on is billed like any other Databricks usage — so “no license fee” is not the same as free. Plan for the compute. They connect directly to your data and can be generated by a dashboard agent.
Every published dashboard now ships with a companion Genie Space by default. Viewing a dashboard, you’ll see an “Ask Genie” button; clicking it opens a chat connected to the same data the dashboard uses, so you can ask follow-ups on the spot. You can attach an existing Genie Space or let a new one generate automatically when you publish.

Genie is central to data democratization. Since the 2026 Data + AI Summit it’s been positioned as the primary way for business users to interact with data on the platform.
Genie Mobile is live too, so a business user isn’t blocked waiting on an analyst just because they’re away from a desk.
Two things make Genie’s answers reliable: it’s wired to your governed data, and it understands the context around that data. Here’s what each means in practice.
A Genie Space works on data already registered in Unity Catalog — your tables and views. Access control is automatic and identical to every other tool on the platform: the same permissions, row filters, and column masks apply. A user has to already have access to the data to ask about it. And Genie only runs read-only queries, so it can’t change, overwrite, or delete anything.
Answers are only as good as the data underneath them, so data quality is the foundation of a working Space. Connect curated, focused, domain-specific datasets — usually your gold tables. Genie doesn’t invent answers; it queries what’s there. Good data in, reliable answers out.
The other thing that makes or breaks a Space is how well Genie understands your business. Metadata on the connected tables is one source: table names, table descriptions, and column names already defined in Unity Catalog all feed Genie’s understanding — which means the quality of your existing metadata determines how well Genie works on day one. You can add custom instructions and Space-scoped metadata on top, but a well-documented dataset does a lot of the work before you write a single instruction.
Beyond data quality and metadata, the Space’s knowledge store lets you add context directly. A few ways to do it:
You can supply SQL expressions, example queries, and functions, and you can teach Genie how to join your tables — often the exact guidance it needs to make sense of a dataset. All of this is why a Space should be set up by someone who knows the data and knows what the Genie is meant to answer.
A Genie Space isn’t a one-time build; it’s something you maintain. Users can leave feedback on answers with notes for the Space author, and the author watches for recurring misunderstandings and adds context or adjusts as needed.
There are also benchmarks — ground-truth answers to known questions. Re-run them to confirm quality hasn’t drifted over time. When something fails, you fix it and the Space stays useful.
Build it with an expert. The Space should be built by someone who understands both the data and the business, so the context is right and users can trust the answers. That person isn’t replaced by Genie — they hand off part of the workload.
Keep the data clean and curated. Genie works best on a tight set of tables — aim for five to ten. The more you add, the more it loses focus. Use the curated gold layer or well-prepared silver data, kept narrow and domain-specific.
Enrich metadata with a human touch. Databricks can auto-generate descriptions and column comments to save time, but review them and add the tribal knowledge that isn’t written down anywhere.
Enabling End Users
Say you’ve done the work: curated, metadata-rich data you trust, a Space connected to it, and instructions, example queries, and benchmarks in place. The last piece is getting people to actually use it.
FAQ:
What does Genie cost?
There’s no per-seat license. Genie has two cost components: the LLM usage behind the answers and the compute that runs the generated SQL. Until 31 January 2027, LLM usage for Genie Agents is free for users (not for service principals). After that promotion, every user will get a free allowance of 150 DBUs of LLM usage per month, resetting on the first of the month, with pay-as-you-go billing beyond it.
Does my data get sent to an external model?
Your tables aren’t copied anywhere. What a Genie Agent sends to the model is the question plus the context needed to write SQL for it: table names and descriptions, relevant values, your general instructions, example queries, and SQL functions. Everything sent respects Unity Catalog permissions, so a question can’t surface metadata the user couldn’t already see. The generated query then runs read-only against your tables in your own workspace.
Can I connect Genie Agents to Slack or Teams?
Yes, both are supported. There are Databricks Genie apps for both Slack and Teams, both in Public preview as of August 2026. To access Genie Agents, every user has to have a Databricks identity.
Useful links: