<?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>rss.livelink.posts-in-node</title>
    <link>https://community.databricks.com/t5/community-discussions/ct-p/databricks-learning-discussion</link>
    <description>rss.livelink.posts-in-node</description>
    <pubDate>Fri, 11 Sep 2026 20:00:24 GMT</pubDate>
    <dc:creator>databricks-learning-discussion</dc:creator>
    <dc:date>2026-09-11T20:00:24Z</dc:date>
    <item>
      <title>Broken x-axis sort order in combo chart</title>
      <link>https://community.databricks.com/t5/get-started-discussions/broken-x-axis-sort-order-in-combo-chart/m-p/168401#M12103</link>
      <description>&lt;P&gt;Hello.&amp;nbsp; I am using the Combo Chart to create a Pareto visual.&amp;nbsp; I have an SQL query with built-in ordering, with output like:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="31px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="12.5%" height="31px"&gt;category&lt;/TD&gt;&lt;TD width="25%" height="31px"&gt;sort_order&lt;/TD&gt;&lt;TD width="25%" height="31px"&gt;category_count&lt;/TD&gt;&lt;TD width="25%" height="31px"&gt;cumulative_pct&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;1&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;SQL&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;1&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;52&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;29.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;2&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;Python&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;2&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;39&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;22.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;R&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;3&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;21&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;12.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;4&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;.Net&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;4&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;16&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;9.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;5&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;Bash&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;5&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;8&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;4.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="30px"&gt;6&lt;/TD&gt;&lt;TD width="12.5%" height="30px"&gt;All Others&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;6&lt;/TD&gt;&lt;TD width="25%" height="30px"&gt;38&lt;/TD&gt;&lt;TD width="25%" height="20"&gt;21.8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;That's not the whole dataset, of course.&amp;nbsp; It's more complicated, but that's idea.&amp;nbsp; I'd be happy to post the script if it would help.&amp;nbsp; Anyway, I created (or, really, Genie created) a combo chart based on the data.&amp;nbsp; It worked, and the chart displayed in the same order on the x-axis as the sort_order in the data.&amp;nbsp; I liked it, but realized I needed to modify it a little.&amp;nbsp; That was successful, but the sorting is now ruined.&amp;nbsp; I didn't intentionally apply a sort, now it goes by 'category' alphabetical order.&lt;/P&gt;&lt;P&gt;So, at some point, it's as though the visualization editor applied no sort at all... it just went by the SQL order.&amp;nbsp; Now it does apply a sort order.&amp;nbsp; FWIW, the editor does currently have an alphabetical ordering applied:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="treesloth_0-1789152950131.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31028i30E74307F0B0332B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="treesloth_0-1789152950131.png" alt="treesloth_0-1789152950131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, it's like I need to somehow tell it to use no ordering at all.&amp;nbsp; Maybe.&amp;nbsp; Or maybe it doesn't work like that at all.&amp;nbsp; But how do I get it to use sort_order again like it did before?&amp;nbsp; Or is something else going on here that I don't understand?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 18:57:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/broken-x-axis-sort-order-in-combo-chart/m-p/168401#M12103</guid>
      <dc:creator>treesloth</dc:creator>
      <dc:date>2026-09-11T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I Become a Databricks Partner Champion Through Technical Expertise?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-can-i-become-a-databricks-partner-champion-through-technical/m-p/168361#M12102</link>
      <description>&lt;P&gt;Edit: More information in one place&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;What are the current eligibility requirements for the Databricks Partner Champion Program?&lt;/STRONG&gt;&lt;BR /&gt;You need to meet the prerequisites, including &lt;STRONG&gt;2 Fundamental certifications (Data + Generative AI Fundamentals), 1 Associate-level certification, and 1 Professional-level certification&lt;/STRONG&gt;. For EMEA candidates, the employer must also be a &lt;STRONG&gt;Select or Elite CSI partner&lt;/STRONG&gt;. The program is &lt;STRONG&gt;invitation/nomination-only&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Which Databricks Partner Academy courses or learning paths should I complete?&lt;/STRONG&gt;&lt;BR /&gt;If you already have the required certifications, &lt;STRONG&gt;you do not need to complete any special Partner Academy courses before nomination&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Are there specific instructor-led courses or badges, such as Solution Architect Essentials, that are required?&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Yes. Solution Architect Essentials is required&lt;/STRONG&gt;, but it is available &lt;STRONG&gt;only after you are invited/accepted into the program&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Which paid Databricks certifications are recommended or required for the Partner Champion journey?&lt;/STRONG&gt;&lt;BR /&gt;See &lt;STRONG&gt;point 1&lt;/STRONG&gt; — you need &lt;STRONG&gt;2 Fundamental certifications, 1 Associate certification, and 1 Professional certification&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Should I focus on Data Engineering, Data Analytics, Machine Learning, Generative AI, or Solution Architecture certifications?&lt;/STRONG&gt;&lt;BR /&gt;Choose the &lt;STRONG&gt;certification path that best matches your skills and interests&lt;/STRONG&gt;. There is no need to focus on one specific specialization.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How much hands-on customer or implementation experience is expected?&lt;/STRONG&gt;&lt;BR /&gt;I could not find any information about a specific customer/implementation requirement in the official documents.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Is nomination by my organization or a Databricks Partner Solutions Architect required before joining the program?&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Yes, nomination is required.&lt;/STRONG&gt; Individuals who meet the prerequisites can be nominated by a &lt;STRONG&gt;CoE Lead, another Databricks Champion, a Databricks Account Team member, or a Partner Practice Lead if a CoE does not exist&lt;/STRONG&gt;. The formal submission is then made to the partner's assigned &lt;STRONG&gt;Partner Solutions Architect (PSA)&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;After completing the required courses and certifications, what is the official process for applying or being nominated?&lt;/STRONG&gt;&lt;BR /&gt;Once you meet the prerequisites, you need to be &lt;STRONG&gt;nominated&lt;/STRONG&gt;. The formal nomination is submitted by email to the assigned PSA.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Is there an official roadmap or checklist that explains the complete journey from Databricks Partner learning to Partner Champion recognition?&lt;/STRONG&gt;&lt;BR /&gt;Screenshot below&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrianLobacz_0-1789128875149.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31006i1B91F20105A5B6EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdrianLobacz_0-1789128875149.png" alt="AdrianLobacz_0-1789128875149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:18:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-can-i-become-a-databricks-partner-champion-through-technical/m-p/168361#M12102</guid>
      <dc:creator>AdrianLobacz</dc:creator>
      <dc:date>2026-09-11T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I Become a Databricks Partner Champion Through Technical Expertise?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-can-i-become-a-databricks-partner-champion-through-technical/m-p/168323#M12101</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I’m sharing a few links where you can find some additional information. However, I should point out that this is an &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;invitation-only program&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=adLNjrMrN4I&amp;amp;t=387s" target="_blank"&gt;How to Become a Databricks Solutions Architect Champion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/certifications/solutions-architect-essentials-badge-champion-candidate/td-p/114069" target="_blank" rel="noopener"&gt;Solutions Architect Essentials Badge - Champion Ca... - Databricks Community - 114069&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 07:30:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-can-i-become-a-databricks-partner-champion-through-technical/m-p/168323#M12101</guid>
      <dc:creator>AdrianLobacz</dc:creator>
      <dc:date>2026-09-11T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Missing Badge on Profile: DAIS24 Attendee</title>
      <link>https://community.databricks.com/t5/get-started-discussions/issue-regarding-missing-badge-on-profile-dais24-attendee/m-p/168320#M12100</link>
      <description>&lt;P&gt;I found an old post saying that it was a mistake and that some people received this email about receiving the badge. There will probably be a solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/get-started-discussions/dais24-attendee-badge-oops/td-p/71910?lightbox-message-images-71910=8113i8E0DF509B093F909" target="_blank"&gt;Solved: DAIS24 Attendee Badge - Oops - Databricks Community - 71910&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 07:15:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/issue-regarding-missing-badge-on-profile-dais24-attendee/m-p/168320#M12100</guid>
      <dc:creator>AdrianLobacz</dc:creator>
      <dc:date>2026-09-11T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Start Serverless Compute in Databricks Free Edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/unable-to-start-serverless-compute-in-databricks-free-edition/m-p/168311#M909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/121576"&gt;@HariSankar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you opened an old notebook or imported a notebook (DBC, HTML, or Git), then Databricks may default its serverless execution environment version to an older version (like Version 1) that isn't supported anymore on the current Serverless Compute.&lt;/P&gt;&lt;P&gt;Fix: Open your notebook, go into the upper right corner where compute is attached, open Environment / Compute Settings, and update the Environment Version to the latest version (like Version 2 or higher). Or, you can copy-paste your code into a brand new notebook and attach Serverless Compute there.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 05:38:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/unable-to-start-serverless-compute-in-databricks-free-edition/m-p/168311#M909</guid>
      <dc:creator>Satyasai</dc:creator>
      <dc:date>2026-09-11T05:38:26Z</dc:date>
    </item>
    <item>
      <title>Unable to Start Serverless Compute in Databricks Free Edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/unable-to-start-serverless-compute-in-databricks-free-edition/m-p/168301#M907</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am using Databricks Free Edition. I had not used my account for quite some time, and I recently logged in to start working again.&lt;/P&gt;&lt;P&gt;When I try to start Serverless Compute, I get the following error:&lt;BR /&gt;Cannot start serverless compute&lt;/P&gt;&lt;P&gt;Has anyone faced this issue recently? Is there any fix or workaround?&lt;/P&gt;&lt;P&gt;Could this be related to my account being inactive for a long time or a server-side problem?&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 04:51:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/unable-to-start-serverless-compute-in-databricks-free-edition/m-p/168301#M907</guid>
      <dc:creator>HariSankar</dc:creator>
      <dc:date>2026-09-11T04:51:48Z</dc:date>
    </item>
    <item>
      <title>🚀 Quest 5 Submission: Intelligent RAG Knowledge-Base &amp; Note-Taking Workspace</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/quest-5-submission-intelligent-rag-knowledge-base-amp-note/m-p/168274#M906</link>
      <description>&lt;P&gt;Hi everyone! &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am thrilled to share my final submission for &lt;STRONG&gt;Databricks AppKit Quest 5&lt;/STRONG&gt;! I took the initial starter template and evolved it into a full-fledged, serverless &lt;STRONG&gt;Intelligent Knowledge-Base&lt;/STRONG&gt; powered by Databricks Apps, Lakebase, and Foundation Model Serving.&lt;/P&gt;&lt;P&gt;Here is my project: &lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; &lt;STRONG&gt;Live Deployed App:&lt;/STRONG&gt; &lt;A href="https://my-databricks-app-7474654586328503.aws.databricksapps.com/lakebase" target="_blank" rel="noopener"&gt;https://my-databricks-app-7474654586328503.aws.databricksapps.com/lakebase&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":movie_camera:"&gt;🎥&lt;/span&gt; &lt;STRONG&gt;YouTube Demo Video:&lt;/STRONG&gt; &lt;A href="https://youtu.be/n8nmNVhKEdg?si=leKi5vBQKmeYzBzJ" target="_blank" rel="noopener"&gt;https://youtu.be/n8nmNVhKEdg?si=leKi5vBQKmeYzBzJ&lt;/A&gt;&lt;/P&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; Going the Extra Mile (Training Voucher Eligibility)&lt;/H3&gt;&lt;P&gt;To qualify for the Databricks training vouchers, I wanted to really push the boundaries of what this app could do. I implemented &lt;STRONG&gt;five significant custom features&lt;/STRONG&gt; beyond the basic requirements:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Dual-Pane Markdown Engine:&lt;/STRONG&gt; A fully functional Markdown editor with a live HTML preview tab to format notes professionally.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Focus Time Tracker:&lt;/STRONG&gt; An integrated session stopwatch that tracks your active study/work time on a specific note and persists it directly to Lakebase PostgreSQL.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Bidirectional Note Linking:&lt;/STRONG&gt; A cross-referencing system that allows users to link related notes together, creating a navigable knowledge graph.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Tokenized RAG Assistant:&lt;/STRONG&gt; An AI agent that parses natural language questions (dropping stop words), searches Lakebase in real-time, summarizes insights, and provides clickable source citations.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Advanced Tagging &amp;amp; Priority:&lt;/STRONG&gt; Visual priority badges and a dynamic tagging system for better organization.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":robot_face:"&gt;🤖&lt;/span&gt; Agents, Prompts &amp;amp; How I Built It&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;The Agent I Used:&lt;/STRONG&gt; I used &lt;STRONG&gt;Gemini&lt;/STRONG&gt; as my primary coding assistant and thought partner throughout this quest to iteratively build, debug, and deploy the application.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Prompting Strategy:&lt;/STRONG&gt; Instead of asking for everything at once, I used an &lt;STRONG&gt;Iterative Specification Prompting&lt;/STRONG&gt; approach:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;I&gt;Template Injection:&lt;/I&gt; I fed the agent the DevHub RAG_TEMPLATE.md and told it: &lt;I&gt;"Base the AI Assistant RAG on this template, and update my PLAN.md to reflect this new architecture."&lt;/I&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;I&gt;Modular Planning:&lt;/I&gt; I prompted the agent to break the build into three distinct plans: 01-database-and-schema.md, 02-rag-assistant-service.md, and 03-frontend-ux.md.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;I&gt;Targeted Debugging Prompts:&lt;/I&gt; When I hit roadblocks, I used specific diagnostic prompts like: &lt;I&gt;"My app fails to deploy with a '42501: must be owner of schema app' error in the SQL Editor. How do I fix the Service Principal permissions?"&lt;/I&gt; and &lt;I&gt;"The RAG agent is doing an exact substring match and failing on natural language. Write a script to patch the backend SQL query to tokenize keywords instead."&lt;/I&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;How I Achieved the Tasks:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Schema Evolution:&lt;/STRONG&gt; I first expanded the basic Lakebase schema to include tables for notes, tags, note_tags, and note_links with cascading deletes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Frontend UI/UX:&lt;/STRONG&gt; I completely redesigned the React frontend, adding the Markdown toggle (marked.parse), the interactive timer, and a dedicated RAG drawer.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Overcoming RAG Limitations:&lt;/STRONG&gt; The biggest challenge was making the RAG agent understand conversational questions. I patched the backend to filter out stop-words (like "what", "is", "about") and dynamically build a parameterized ILIKE SQL query for the remaining tokens.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment:&lt;/STRONG&gt; After clearing up the local vs. Service Principal ownership conflicts in the Databricks SQL Editor by dropping the legacy tables, I successfully pushed everything to production using databricks apps deploy.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;A huge thank you to the Databricks and AngelHack teams for putting together this incredible AppQuest. It was a fantastic hands-on experience with Lakehouse architecture!&lt;/P&gt;&lt;P&gt;#Databricks #DatabricksAppKit #GenerativeAI #Lakehouse #RAG #Serverless&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 18:17:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/quest-5-submission-intelligent-rag-knowledge-base-amp-note/m-p/168274#M906</guid>
      <dc:creator>User_sky</dc:creator>
      <dc:date>2026-09-10T18:17:24Z</dc:date>
    </item>
    <item>
      <title>Databricks Quest 4-(Deploy Your First Databricks App) success story</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/databricks-quest-4-deploy-your-first-databricks-app-success/m-p/168237#M905</link>
      <description>&lt;H3&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":rocket:"&gt;🚀&lt;/span&gt; Deployed Databricks AppKit + Lakebase: 2 Tricky Bugs &amp;amp; How I Solved Them!&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Just deployed my first full-stack Databricks App using the AppKit Lakebase (PostgreSQL) template on serverless compute!&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;Gemini as an AI debugging agent&lt;/STRONG&gt; via raw CLI logs in WSL, I diagnosed and resolved two critical roadblocks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Bug 1: Missing DABs Variables (postgres_project)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fix:&lt;/STRONG&gt; Added postgres_project, postgres_branch, and postgres_database directly under the variables: block in databricks.yml to unblock databricks apps deploy.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Bug 2: "Failed to Fetch Todos" (Silent Permission Denied 42501)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Root Cause:&lt;/STRONG&gt; Testing locally (npm run dev) first meant &lt;I&gt;my personal user&lt;/I&gt; owned the app schema. The deployed app runs under a &lt;STRONG&gt;Service Principal&lt;/STRONG&gt;, which was denied write access.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fix:&lt;/STRONG&gt; Dropped the schema via DROP SCHEMA IF EXISTS app CASCADE; in the SQL Editor and redeployed. The Service Principal recreated the schema and took proper ownership!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Pro-tip:&lt;/STRONG&gt; When building with Lakebase, &lt;I&gt;deploy first, test locally second&lt;/I&gt; so your App's Service Principal owns the schema from day one!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 14:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/databricks-quest-4-deploy-your-first-databricks-app-success/m-p/168237#M905</guid>
      <dc:creator>User_sky</dc:creator>
      <dc:date>2026-09-10T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resolution of Missing Certificates in Accredible</title>
      <link>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168204#M4913</link>
      <description>&lt;P&gt;I have shared my all the required certifications with the team but they still want this issue should be resolved before scheduling discussion with panel.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 11:56:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168204#M4913</guid>
      <dc:creator>ajaymittal</dc:creator>
      <dc:date>2026-09-10T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Request Access for Notebooks or workspaces from Databricks Community Edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/request-access-for-notebooks-or-workspaces-from-databricks/m-p/168202#M904</link>
      <description />
      <pubDate>Thu, 10 Sep 2026 11:08:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/request-access-for-notebooks-or-workspaces-from-databricks/m-p/168202#M904</guid>
      <dc:creator>upendra2</dc:creator>
      <dc:date>2026-09-10T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resolution of Missing Certificates in Accredible</title>
      <link>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168193#M4912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry, that is a frustrating place to be stuck.&lt;/P&gt;&lt;P&gt;The thing that will unblock you fastest is separating the two problems. The account merge is one issue, but the panel discussion does not actually depend on it. Every Accredible credential has its own public verification link, and those work regardless of which account they sit under. Pull the links for each certificate from the original issuance emails and send them directly to whoever is coordinating the panel. That gets the scheduling moving while the account issue is still open.&lt;/P&gt;&lt;P&gt;On the merge itself, worth checking whether you can add the second email address to your Accredible profile rather than waiting on a deletion. If the credentials were issued to that address, linking it can surface them in one place without anyone having to merge anything.&lt;/P&gt;&lt;P&gt;For the ticket, reopen the original rather than filing a new one, and reference the previous ticket number so the history stays attached. New tickets tend to restart from zero. It is also worth posting in the Certifications board here, since Databricks staff monitor that one and have escalated credential issues before.&lt;/P&gt;&lt;P&gt;Good luck, and I hope the panel gets scheduled soon.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 10:28:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168193#M4912</guid>
      <dc:creator>Islam_hoti</dc:creator>
      <dc:date>2026-09-10T10:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE Removed the Customer Record—but Did It Remove the Data?</title>
      <link>https://community.databricks.com/t5/certifications/delete-removed-the-customer-record-but-did-it-remove-the-data/m-p/168189#M4911</link>
      <description>&lt;P&gt;Good breakdown, and the logical versus physical distinction is the part most teams get wrong. Three gaps worth adding to that runbook.&lt;/P&gt;&lt;P&gt;Change data feed. If it is enabled on the table, the deleted rows also exist in the _change_data directory as change records. Those are cleaned by VACUUM, but it is a second copy that people forget exists, so a table that looks clean after REORG and VACUUM can still have the record sitting in its change feed until retention passes.&lt;/P&gt;&lt;P&gt;Shallow clones. A shallow clone references the source data files rather than copying them, so a clone keeps deleted data reachable even after you have handled the source. It also runs the other way: running VACUUM on a source table that has shallow clones can leave those clones raising FileNotFoundException. Either way, clones need to be enumerated as part of the process, not discovered afterwards.&lt;/P&gt;&lt;P&gt;Log retention. delta.deletedFileRetentionDuration defaults to seven days and controls when VACUUM can remove data files, but delta.logRetentionDuration defaults to thirty days and governs the transaction log itself. The log carries per file column statistics, including minimum and maximum values, so for some columns the deleted values can persist in log metadata after the data files are gone. Worth checking whether that matters for the fields in question.&lt;/P&gt;&lt;P&gt;One operational note: on Unity Catalog managed tables, predictive optimization may already be running VACUUM on its own schedule. That is convenient but it means the timing is not yours, which matters if you need to evidence exactly when physical removal happened.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 10:19:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/delete-removed-the-customer-record-but-did-it-remove-the-data/m-p/168189#M4911</guid>
      <dc:creator>Islam_hoti</dc:creator>
      <dc:date>2026-09-10T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Databricks Support -0100505- Exam Suspended because non compliance requirements set by test sponsor</title>
      <link>https://community.databricks.com/t5/certifications/databricks-support-0100505-exam-suspended-because-non-compliance/m-p/168181#M4910</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/51097"&gt;@Cert-Team&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103674"&gt;@Cert-TeamOPS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing to urgently escalate my existing support case &lt;STRONG&gt;#01005055&lt;/STRONG&gt; regarding my Databricks certification exam being suspended due to an alleged non-compliance issue.&lt;/P&gt;&lt;P&gt;I raised the case promptly and have already followed up, but I have still not received a substantive response or resolution.&lt;/P&gt;&lt;P&gt;My exam was suspended despite my intention to comply with all examination requirements, and I am requesting that the case be reviewed by the appropriate &lt;STRONG&gt;Certification/Exam Operations team&lt;/STRONG&gt; as soon as possible.&lt;/P&gt;&lt;P&gt;Could you please:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Confirm the current status of case &lt;STRONG&gt;##0100505&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Escalate the case to the appropriate Certification/Exam Operations team.&lt;/LI&gt;&lt;LI&gt;Review the exam/session logs and circumstances surrounding the suspension.&lt;/LI&gt;&lt;LI&gt;Confirm whether my completed exam attempt can be reviewed/evaluated.&lt;/LI&gt;&lt;LI&gt;If the attempt cannot be evaluated, provide the earliest possible option to reschedule the examination without requiring me to purchase another attempt.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I would appreciate an urgent response as I have already been waiting beyond the normal support timeframe.&lt;/P&gt;&lt;P&gt;Please treat this as an escalation of my existing case rather than a new request.&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 09:17:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/databricks-support-0100505-exam-suspended-because-non-compliance/m-p/168181#M4910</guid>
      <dc:creator>rxn95606</dc:creator>
      <dc:date>2026-09-10T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resolution of Missing Certificates in Accredible</title>
      <link>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168174#M4909</link>
      <description>&lt;P&gt;I had some problems with my badges too. I tried linking my company email as &lt;STRONG&gt;secondary email&lt;/STRONG&gt; so I could access them, but it turned out my company was blocking Accredible emails as spam. After I linked my account successfully, I was able to see my badges.&lt;BR /&gt;&lt;BR /&gt;Jonatan.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 07:14:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168174#M4909</guid>
      <dc:creator>jcollante</dc:creator>
      <dc:date>2026-09-10T07:14:49Z</dc:date>
    </item>
    <item>
      <title>Resolution of Missing Certificates in Accredible</title>
      <link>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168170#M4908</link>
      <description>&lt;P&gt;I have successfully completed all the required certifications and courses for the Databricks Champion Program. All the certificates and badges were issues but these certifications are not visible in my Accredible account associated with &lt;STRONG&gt;username@company.com&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I raised ticket requesting the deletion of the duplicate account and the merger of all certifications into my primary account (&lt;STRONG&gt;username@company.com)&lt;/STRONG&gt;. The ticket was closed but unfortunately the issue still persists and the team is unable to view all my certificates.&lt;/P&gt;&lt;P&gt;As a result, my discussion with the panel cannot be scheduled.&amp;nbsp;Has anyone faced a similar situation? If so, how was it resolved?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 06:24:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/resolution-of-missing-certificates-in-accredible/m-p/168170#M4908</guid>
      <dc:creator>ajaymittal</dc:creator>
      <dc:date>2026-09-10T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Are Unscored Questions Really Unscored?</title>
      <link>https://community.databricks.com/t5/certifications/are-unscored-questions-really-unscored/m-p/168149#M4906</link>
      <description>&lt;P&gt;That means roughly&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;25% more questions with 0% more time&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 03:11:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/are-unscored-questions-really-unscored/m-p/168149#M4906</guid>
      <dc:creator>sge2</dc:creator>
      <dc:date>2026-09-10T03:11:58Z</dc:date>
    </item>
    <item>
      <title>Databricks AppQuest - Dev kit !</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-appquest-dev-kit/m-p/168136#M12097</link>
      <description>&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;I pointed Claude Code at the repository to analyze the directory structure. It identified the YAML configuration file as the key starting point, since it lacked the connection details for the database, branches, and other environment-specific settings.&lt;/DIV&gt;
&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;Once I populated those configuration values, I deployed the app successfully. I then located the newly created service principal role and granted it the necessary read/write permissions.&lt;/DIV&gt;
&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;[Generated by AI, Approved by Edward]&lt;/DIV&gt;
&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="du-bois-light-typography css-zj8sjw" data-genai-markdown-block="true"&gt;Edward&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Sep 2026 00:01:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-appquest-dev-kit/m-p/168136#M12097</guid>
      <dc:creator>edward_wong</dc:creator>
      <dc:date>2026-09-10T00:01:48Z</dc:date>
    </item>
    <item>
      <title>Are Unscored Questions Really Unscored?</title>
      <link>https://community.databricks.com/t5/certifications/are-unscored-questions-really-unscored/m-p/168134#M4905</link>
      <description>&lt;P&gt;I recently took two Databricks certification exams: &lt;STRONG&gt;Data Engineer Professional&lt;/STRONG&gt; and, last night, &lt;STRONG&gt;Generative AI Engineer Associate&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For my first exam, I was very stressed because I had no previous Databricks certification and did not fully know what to expect.&lt;/P&gt;&lt;P&gt;The first 10 questions felt difficult, and I was already thinking:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Maybe I should have taken the Associate exam first."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But later I found easier questions, increased my speed, reached the end, and used the remaining time to review marked questions. I kept fighting until the timer ended.&lt;/P&gt;&lt;P&gt;My second exam felt different.&lt;/P&gt;&lt;P&gt;Before the GenAI Associate exam, I was much more confident. But once it started, I saw many long scenario-based questions and immediately felt strong time pressure.&lt;/P&gt;&lt;P&gt;My exam had &lt;STRONG&gt;56 questions in 90 minutes&lt;/STRONG&gt;, while the official scored-question count is &lt;STRONG&gt;45&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;That means roughly &lt;STRONG&gt;25% more questions with 0% more time&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;This is why I believe unscored questions are not truly neutral.&lt;/P&gt;&lt;P&gt;They may not directly affect the score, but they still consume &lt;STRONG&gt;time, attention, and mental energy&lt;/STRONG&gt;. Every minute spent on an unscored question is a minute that cannot be spent on a scored one.In the final minutes, I still had three questions to finish and had to answer them very quickly, partly based on educated guesses.&lt;/P&gt;&lt;P&gt;I understand that Databricks needs experimental questions to improve future exams, but I think the current approach creates a fairness issue. A better approach could be to make experimental questions optional, with proportional extra time and perhaps an incentive such as a future exam discount.&lt;/P&gt;&lt;P&gt;My main feedback is simple:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unscored questions can still negatively affect a candidate’s scored performance when the total exam time stays fixed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And one final lesson from both exams: never give up because the beginning feels difficult or because the clock is against you.&lt;/P&gt;&lt;P&gt;Fortunately, &lt;STRONG&gt;I passed the exams.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 23:37:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/are-unscored-questions-really-unscored/m-p/168134#M4905</guid>
      <dc:creator>Ariooo</dc:creator>
      <dc:date>2026-09-09T23:37:10Z</dc:date>
    </item>
    <item>
      <title>Reissue Voucher</title>
      <link>https://community.databricks.com/t5/certifications/reissue-voucher/m-p/168128#M4904</link>
      <description>&lt;DIV&gt;Hello Databricks Training Team,&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am writing to request assistance with reissuing a 50% certification voucher that I earned during the Databricks Advanced Learning Festival (June 15 – July 6, 2026).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I successfully completed my learning pathway and originally received the email containing my voucher code. However, the email was accidentally deleted from my inbox and trash folder, and I am unable to recover it. Because the voucher code does not display directly inside my Databricks Academy learning portal dashboard, I cannot access the code to book my exam.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Could your backend team please look up the specific promo code that was assigned to my account and resend it to me?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Sep 2026 20:21:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/reissue-voucher/m-p/168128#M4904</guid>
      <dc:creator>aayush1907</dc:creator>
      <dc:date>2026-09-09T20:21:27Z</dc:date>
    </item>
    <item>
      <title>Databricks Account locked Issue</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/databricks-account-locked-issue/m-p/168072#M902</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Team&lt;/P&gt;&lt;P&gt;I am writing to raise a concern regarding continued difficulty accessing a Databricks free trial account using my company email address. This issue has persisted for an extended period and I would appreciate your assistance in resolving it. It would be really appreciable if anyone guide on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Details of the issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Company Email ID used for signup:&lt;/STRONG&gt;&amp;nbsp;[&lt;A href="mailto:raj.sharma@isteer.com" target="_blank" rel="noopener"&gt;raj.sh@myCompanyName.com&lt;/A&gt;]&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Issue duration:&lt;/STRONG&gt;&amp;nbsp;I have faced the same error for the past three weeks a screenshot is attached.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Partner:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Even though we are partner with databricks&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Error message (if any):&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"Limit Reached"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I am getting: "&lt;EM&gt;You've reached today's limit and you've raised limit the maximum number of times this year . Your limit resets tomorrow&lt;/EM&gt;"&amp;nbsp; ]&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;I hope anyone of you considers this issue as we are working on a small POC to present a demo to internal clients. But we are completely&amp;nbsp;blocked. Let me know if there is any way to unlock the account and use it ,&amp;nbsp;&lt;SPAN&gt;I am attaching a screenshot for refrence.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I await your response.&amp;nbsp;&lt;SPAN&gt;Thank you for&amp;nbsp;your understanding.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Sep 2026 11:08:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/databricks-account-locked-issue/m-p/168072#M902</guid>
      <dc:creator>vikramraj</dc:creator>
      <dc:date>2026-09-09T11:08:10Z</dc:date>
    </item>
  </channel>
</rss>

