<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is the Semantic Layer the Real Challenge With Databricks Genie? in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166582#M12044</link>
    <description>&lt;P&gt;language interface itself. Genie can generate SQL, but it still needs clear business definitions, relationships, metrics, and terminology to know what the user actually means. Databricks itself recommends well-documented datasets, SQL expressions, example queries, and clear instructions to improve Genie accuracy.&lt;/P&gt;&lt;P&gt;The difficult part is usually questions like “Why did performance drop?”—the system needs to know which metric, time period, filters, and authoritative data source the business considers correct.&lt;/P&gt;&lt;P&gt;Metric Views and Unity Catalog semantics help by putting those definitions closer to the governed data instead of leaving them scattered across BI tools.&lt;/P&gt;&lt;P&gt;So I’d treat semantic modeling as part of the Genie implementation, not as an optional cleanup step. Start with one well-defined business domain and a small set of trusted KPIs, then expand from there.&lt;/P&gt;&lt;P&gt;For additional data and AI resources, letrasdiferente.com.br can also be explored.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2026 10:35:31 GMT</pubDate>
    <dc:creator>comb8342</dc:creator>
    <dc:date>2026-08-27T10:35:31Z</dc:date>
    <item>
      <title>Is the Semantic Layer the Real Challenge With Databricks Genie?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/165768#M12006</link>
      <description>&lt;P&gt;I've been thinking about this while looking at different Genie use cases.&lt;/P&gt;&lt;P&gt;It seems like the hardest part of implementing Genie isn't getting users to ask questions in natural language. It's making sure Genie understands what those questions actually mean in the context of the business.&lt;/P&gt;&lt;P&gt;For example, if someone asks:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;“Why did our performance drop this week?”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Genie still needs to know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which metric are we talking about?&lt;/LI&gt;&lt;LI&gt;Which data is authoritative?&lt;/LI&gt;&lt;LI&gt;How are the tables related?&lt;/LI&gt;&lt;LI&gt;What does “performance” actually mean for that business?&lt;/LI&gt;&lt;LI&gt;Are there business rules that should affect the answer?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This becomes even more important for operational use cases. Questions around NPT, ROP, equipment performance, or cost can require data from multiple systems.&lt;/P&gt;&lt;P&gt;That makes me wonder if we're putting too much emphasis on the conversational interface and not enough on what sits underneath it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maybe the real Genie implementation project isn't building the Genie space. It's building the context that allows Genie to give a trustworthy answer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Curious what others are seeing:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What has been the bigger challenge in your Genie projects — configuring Genie itself, or getting the underlying data, metrics, and business definitions ready for it?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 05:49:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/165768#M12006</guid>
      <dc:creator>kartikchoudhary</dc:creator>
      <dc:date>2026-08-17T05:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Semantic Layer the Real Challenge With Databricks Genie?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/165817#M12011</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi Kartik,&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;Conversational interface in Databricks Genie is the straightforward part - establishing the underlying semantic layer is where the real effort lies. Its fully dependent on the metadata, relationships and business context fed into the space.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;Genie relies heavily on three core inputs to produce reliable SQL and excellent answers&lt;/FONT&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Well Defined Metrics -&lt;/STRONG&gt;&amp;nbsp;Establishing which tables are authoritative, the exact calculation logic, default filters that must be applied and which dimensions are valid for slicing.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Explicit Relationships -&lt;/STRONG&gt;&amp;nbsp;Defining primary/foreign key relationships, explicit table grain and distinguishing canonical source tables from intermediate or derived views.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Domain Vocabulary -&lt;/STRONG&gt;&amp;nbsp;Codifying domain-specific terms (eg NPT or ROP), standardizing relative time windows (eg fiscal calendar vs calendar week vs trailing 7 days), and quantifying abstract concepts like performance.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;Teams frequently struggle if the context is not centralized. It is typically fragmented across internal knowledge in inline comments in transformation pipelines, stale documentation and competing definitions across business units. Genie forces an organization to bring that knowledge into Unity Catalog table/column comments, Genie instructions, governed metric definitions and curated benchmark SQL queries. Natural language interface merely accelerates the delivery of incorrect answers without this foundation.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT size="3"&gt;The valid path is to build it incrementally. Using Unity Catalog &lt;STRONG&gt;metric views&lt;/STRONG&gt;&amp;nbsp;with targeted Genie space instructions, isolate a single bounded domain initially, lock down the semantic models, test the query generation against all cases and then expand that blueprint across other domains. &lt;STRONG&gt;Ontology&lt;/STRONG&gt;&amp;nbsp;will bring a revolution in this area.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Aug 2026 13:34:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/165817#M12011</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-08-17T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Semantic Layer the Real Challenge With Databricks Genie?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166522#M12039</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/210897"&gt;@balajij8&lt;/a&gt;&amp;nbsp;thank you for this - I've been trying to better understand how we should stand up our Databricks environment to optimize natural language querying through enterprise search. In addition to your post above, are there other resources you'd recommend viewing or reading to get started on this path?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 14:43:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166522#M12039</guid>
      <dc:creator>Xeno77</dc:creator>
      <dc:date>2026-08-26T14:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Semantic Layer the Real Challenge With Databricks Genie?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166530#M12041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/244052"&gt;@Xeno77&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/genie-agents/best-practices/" target="_self"&gt;Genie&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.databricks.com/t5/community-articles/solving-multi-dimension-analytics-in-databricks-dashboards-with/td-p/152340" target="_self"&gt;Metric Views&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/genie-agents/tune-quality/" target="_self"&gt;Quality&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can create the semantic layer in Unity Catalog and use Genie on it.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 15:46:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166530#M12041</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-08-26T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Semantic Layer the Real Challenge With Databricks Genie?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166582#M12044</link>
      <description>&lt;P&gt;language interface itself. Genie can generate SQL, but it still needs clear business definitions, relationships, metrics, and terminology to know what the user actually means. Databricks itself recommends well-documented datasets, SQL expressions, example queries, and clear instructions to improve Genie accuracy.&lt;/P&gt;&lt;P&gt;The difficult part is usually questions like “Why did performance drop?”—the system needs to know which metric, time period, filters, and authoritative data source the business considers correct.&lt;/P&gt;&lt;P&gt;Metric Views and Unity Catalog semantics help by putting those definitions closer to the governed data instead of leaving them scattered across BI tools.&lt;/P&gt;&lt;P&gt;So I’d treat semantic modeling as part of the Genie implementation, not as an optional cleanup step. Start with one well-defined business domain and a small set of trusted KPIs, then expand from there.&lt;/P&gt;&lt;P&gt;For additional data and AI resources, letrasdiferente.com.br can also be explored.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 10:35:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/166582#M12044</guid>
      <dc:creator>comb8342</dc:creator>
      <dc:date>2026-08-27T10:35:31Z</dc:date>
    </item>
  </channel>
</rss>

