<?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>All Get Started Discussions posts</title>
    <link>https://community.databricks.com/t5/get-started-discussions/bd-p/get-started-with-databricks-discussion</link>
    <description>All Get Started Discussions posts</description>
    <pubDate>Sun, 02 Aug 2026 05:52:53 GMT</pubDate>
    <dc:creator>get-started-with-databricks-discussion</dc:creator>
    <dc:date>2026-08-02T05:52:53Z</dc:date>
    <item>
      <title>Re: Best Practices and Questions for Configuring High QPS AI Search Endpoints in Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/best-practices-and-questions-for-configuring-high-qps-ai-search/m-p/164630#M11949</link>
      <description>&lt;P&gt;Answers to your questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Max QPS:&lt;/STRONG&gt;&amp;nbsp;Standard endpoints default to &lt;STRONG&gt;20–200 QPS&lt;/STRONG&gt; depending on index size, and with high QPS you can scale to &lt;STRONG&gt;1,000+ QPS&lt;/STRONG&gt; on standard endpoints.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;How to request more:&lt;/STRONG&gt; Set &lt;CODE&gt;target_qps&lt;/CODE&gt; when creating or updating a &lt;STRONG&gt;standard&lt;/STRONG&gt; endpoint via UI, SDK, or REST. Databricks then provisions extra capacity automatically.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Guarantees:&lt;/STRONG&gt; It’s &lt;STRONG&gt;best-effort, not guaranteed&lt;/STRONG&gt;; actual throughput depends on workload and traffic shape.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;What affects QPS:&lt;/STRONG&gt; index size, vector dimensionality, query complexity, filter usage, &lt;CODE&gt;num_results&lt;/CODE&gt;, and whether you use managed embeddings / optimized query route.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Monitoring/troubleshooting:&lt;/STRONG&gt; Check endpoint &lt;CODE&gt;scaling_info.state&lt;/CODE&gt;, use the &lt;STRONG&gt;index URL&lt;/STRONG&gt; with &lt;STRONG&gt;service principal OAuth&lt;/STRONG&gt;, and look for &lt;CODE&gt;SCALING_CHANGE_IN_PROGRESS&lt;/CODE&gt;, 429s, or rising latency.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Best practices:&lt;/STRONG&gt; Use service principals, reuse the index object, keep &lt;CODE&gt;num_results&lt;/CODE&gt; modest, load test, and split/replicate across endpoints if you need more total throughput.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Dynamic changes:&lt;/STRONG&gt; Yes — you can update &lt;CODE&gt;target_qps&lt;/CODE&gt; after creation. While scaling is in progress, capacity changes aren’t immediate; avoid changing it again until the state becomes applied.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Standard vs high QPS:&lt;/STRONG&gt; High QPS is for &lt;STRONG&gt;standard endpoints only&lt;/STRONG&gt;; storage-optimized endpoints don’t support it. Standard is the right choice when sustained query throughput matters.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Estimating needs:&lt;/STRONG&gt; Use expected traffic + query shape, then load test. Databricks also provides a GenAI calculator for rough cost/capacity estimates.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Sync/update interaction:&lt;/STRONG&gt; Changing &lt;CODE&gt;target_qps&lt;/CODE&gt; does &lt;STRONG&gt;not&lt;/STRONG&gt; require a sync to take effect, but the new capacity applies only after provisioning completes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Cost:&lt;/STRONG&gt; Higher target QPS increases endpoint cost, and you’re charged for the provisioned capacity even if traffic is lower.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Docs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/ai-search/high-qps" target="_blank"&gt;High QPS guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/ai-search/best-practices" target="_blank"&gt;AI Search performance guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/ai-search/cost-management" target="_blank"&gt;Cost management guide&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 31 Jul 2026 17:28:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/best-practices-and-questions-for-configuring-high-qps-ai-search/m-p/164630#M11949</guid>
      <dc:creator>Lu_Wang_ENB_DBX</dc:creator>
      <dc:date>2026-07-31T17:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone prototyped Databricks Lakebase or deployed it in a production environment?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/164424#M11946</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I was able to prototype this myself in the Databricks free edition. I successfully synced data from Lakebase to Delta Lake and vice versa with &lt;STRONG&gt;zero ETL code&lt;/STRONG&gt;, including reverse ETL. In other words, Delta Lake can use a Lakebase summary table as a lookup to avoid expensive OLTP joins — which is a big win.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One important thing I learned: &lt;STRONG&gt;Lakebase databases live in Databricks‑managed storage&lt;/STRONG&gt;, not in your own S3 bucket or AWS account the way classic Delta tables in the lakehouse do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm sure some mission critical application that customer manage data they may not be comfortable with this approach.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 20:18:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/164424#M11946</guid>
      <dc:creator>DPatil</dc:creator>
      <dc:date>2026-07-29T20:18:35Z</dc:date>
    </item>
    <item>
      <title>Best Practices and Questions for Configuring High QPS AI Search Endpoints in Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/best-practices-and-questions-for-configuring-high-qps-ai-search/m-p/164365#M11945</link>
      <description>&lt;P class=""&gt;Hello Databricks Community,&lt;/P&gt;&lt;P class=""&gt;I am exploring the configuration and scaling of high QPS (Queries Per Second) endpoints for Databricks AI Search, as described in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="/aws/en/ai-search/high-qps" href="https://docs.databricks.com/aws/en/ai-search/high-qps" target="_self"&gt;official documentation&lt;/A&gt;. I have several questions and would appreciate insights from anyone who has experience with high-throughput search workloads:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;What is the maximum QPS supported for AI Search endpoints, and how can I request higher QPS for my application?&lt;/LI&gt;&lt;LI&gt;How does Databricks provision infrastructure to meet the target QPS, and are there any guarantees for sustained throughput?&lt;/LI&gt;&lt;LI&gt;What factors influence the QPS limits for a given AI Search index (e.g., index size, data type, concurrency)?&lt;/LI&gt;&lt;LI&gt;How can I monitor and troubleshoot QPS-related issues, such as 429 (Too Many Requests) errors or latency degradation?&lt;/LI&gt;&lt;LI&gt;Are there recommended best practices for scaling AI Search endpoints to support real-time applications with high QPS requirements?&lt;/LI&gt;&lt;LI&gt;Can I dynamically adjust the target QPS after an endpoint is created, and what is the impact on performance and cost?&lt;/LI&gt;&lt;LI&gt;What are the differences between standard and high QPS endpoints, and how do I choose the right configuration for my workload?&lt;/LI&gt;&lt;LI&gt;Is there a way to estimate the required QPS for my application based on expected traffic and query complexity?&lt;/LI&gt;&lt;LI&gt;How does QPS scaling interact with index updates or sync operations—are there any limitations or considerations?&lt;/LI&gt;&lt;LI&gt;Are there any additional costs associated with requesting or maintaining high QPS endpoints?&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;If you have practical experience, tips, or documentation links, please share! I believe this discussion will help others planning to scale their AI Search workloads.&lt;/P&gt;&lt;P class=""&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 06:38:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/best-practices-and-questions-for-configuring-high-qps-ai-search/m-p/164365#M11945</guid>
      <dc:creator>pj-celebal-tech</dc:creator>
      <dc:date>2026-07-29T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone prototyped Databricks Lakebase or deployed it in a production environment?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/163939#M11939</link>
      <description>&lt;P&gt;Lakebase is solving a key architectural requirement by finally allowing transactional workloads inside the Data Intelligence platform alongside the analytical data in Lakehouse.&lt;/P&gt;&lt;H3&gt;Performance &amp;amp; Core&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Speed &amp;amp; Concurrency -&lt;/STRONG&gt;&amp;nbsp;Because it operates as a Postgres engine under the hood, it handles high-concurrency row-level reads/writes effortlessly. You can use it to power real-time AI agents (acting as the agent's memory/state store) and the latency was consistently good.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Branching -&amp;nbsp;&lt;/STRONG&gt;The copy-on-write branching feature is good for CI/CD &amp;amp; also for compliance. You can use it for secure Time Travel and compliance trials. You can spin up isolated staging environments from production data in seconds without duplicating massive storage costs.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Architecture &amp;amp; Integration&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Zero-Code APIs -&lt;/STRONG&gt;&amp;nbsp;If you are building frontend applications (like integrating with Databricks Apps), Lakebase’s Data API allows for incredibly fast, zero-code REST integrations. You can use it for pushing real-time patient vitals directly into the operational layer.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Governance -&lt;/STRONG&gt;&amp;nbsp;Wrapping Unity Catalog around both analytical lakehouse and the Lakebase OLTP layer is a key area for consideration. Choose controls based on need either at Unity Catalog level or directly at the Lakebase level (Postgres role controls)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;OLTP Boundary -&lt;/STRONG&gt;&amp;nbsp;You can keep heavy BI and aggregations on Databricks SQL Warehouses, and strictly use Lakebase for fast, operational application serving.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Key Consideration&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Scale-to-Zero -&lt;/STRONG&gt;&amp;nbsp;Lakebase's serverless scaling is great for lowering costs in dev environments. However, if you allow a production instance to scale entirely to zero, the first application request that triggers a wake-up will experience a cold-start latency spike. Make sure you configure your minimum compute to keep production warm.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Connection Pooling -&lt;/STRONG&gt;&amp;nbsp;Opening and closing direct connections for every single transaction will exhaust your limits and kill performance. Ensure the application architecture leverages connection pooling when interacting with Lakebase at a high volume.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can refer the Lakebase architectures given below for your prototypes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Security, Governance &amp;amp; Compliance&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/fortifying-enterprise-healthcare-databricks-lakebase-with-the/td-p/160552" target="_self"&gt;Fortifying Enterprise Healthcare Databricks Lakebase with the Security Triad&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lake-base-time-travel-secure-healthcare-compliance/td-p/154955" target="_self"&gt;Databricks Lake base Time Travel - Secure Healthcare Compliance Trial via Lake base Branching&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Integration &amp;amp; Bidirectional Data Sync&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/zero-code-rest-integration-for-modern-healthcare-vitals-via/td-p/159768" target="_self"&gt;Zero Code REST Integration for Modern HealthCare Vitals via Databricks Lakebase Data API&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lake-base-enterprise-healthcare-data-intelligence-via/td-p/156407" target="_self"&gt;Databricks Lake base - Enterprise Healthcare Data Intelligence via Bidirectional Data Sync&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;AI&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/healthcare-prior-authorizations-with-databricks-lakebase-vector/td-p/158819" target="_self"&gt;HealthCare Prior Authorizations with Databricks Lakebase Vector Search&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lakebase-healthcare-patient-risk-scoring-using/td-p/157110" target="_self"&gt;Databricks Lakebase - Healthcare Patient Risk Scoring using Feature Stores powered by Lake base&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lake-base-modern-enterprise-healthcare-agents-with/td-p/155606" target="_self"&gt;Databricks Lake base - Modern Enterprise Healthcare Agents with Lake base Memory&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Applications&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lake-base-modern-medical-inventory-management-with/td-p/153899" target="_self"&gt;Databricks Lake base - Modern Medical Inventory Management with Databricks Apps &amp;amp; Lake base&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/lakebase-articles/modern-healthcare-capacity-planning-with-databricks-lake-base/td-p/158057" target="_self"&gt;Modern HealthCare Capacity Planning with Databricks Lake base &amp;amp; AI BI&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 23 Jul 2026 16:36:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/163939#M11939</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-07-23T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163936#M11938</link>
      <description>&lt;P&gt;I tried what you suggested and got it to work. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 15:49:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163936#M11938</guid>
      <dc:creator>Wintermute</dc:creator>
      <dc:date>2026-07-23T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Has anyone prototyped Databricks Lakebase or deployed it in a production environment?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/163935#M11937</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Has anyone prototyped Databricks Lakebase or deployed it in a production environment? I'd be interested in hearing about your experience, including any lessons learned, performance observations, or challenges you encountered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’ve spent quite a bit of time reviewing this OLTP database and was able to go through several of its capabilities. I think it’s going to become very popular and much needed in the future.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please your experience? I'm putting together architecture diagram and what I have explored later.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 15:25:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/has-anyone-prototyped-databricks-lakebase-or-deployed-it-in-a/m-p/163935#M11937</guid>
      <dc:creator>DPatil</dc:creator>
      <dc:date>2026-07-23T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163925#M11936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/245484"&gt;@Wintermute&lt;/a&gt;, how are you doing today?&lt;/P&gt;&lt;P&gt;As per my understanding, I don’t think signing up as a customer instead of a partner is the issue.&lt;/P&gt;&lt;P&gt;First, make sure you are using the same email address that is linked to your Labs Subscription. Also, try opening the course directly and checking the course modules, because sometimes the labs are available inside the course and not shown separately.&lt;/P&gt;&lt;P&gt;You can also try logging out and back in, or opening the Academy in a private browser window.&lt;/P&gt;&lt;P&gt;Since your subscription shows as active but you still cannot access the labs, it may be an account access issue. I would suggest contacting Databricks Academy Support with a screenshot of your active subscription. They should be able to check and enable the correct access.&lt;/P&gt;&lt;P&gt;Hope this helps! Good day.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 14:09:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163925#M11936</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2026-07-23T14:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163915#M11935</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/245484"&gt;@Wintermute&lt;/a&gt;&amp;nbsp;I've found it. Copying from the message/notification that you probably see and need to open:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Thank you for purchasing Databricks Academy Labs on 7/23/26, 2:00 AM. To access Databricks Academy Labs, please navigate to&amp;nbsp;&lt;STRONG&gt;"Catalogs in My Subscription&lt;/STRONG&gt;", found in the User Menu (top left corner of Databricks Academy), and enroll in a listed course to get started. "&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 13:34:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163915#M11935</guid>
      <dc:creator>zoltanctoth</dc:creator>
      <dc:date>2026-07-23T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163909#M11934</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think this may be more of an account/subscription mapping issue than customer vs partner sign-up only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Few things I would check:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Are you logged into the same Databricks Academy account where the Labs subscription is active?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Are you going through the &lt;/SPAN&gt;&lt;SPAN&gt;Customer Academy&lt;/SPAN&gt;&lt;SPAN&gt; learning portal, not a different academy login? Databricks docs mention using the Customer Academy account for Labs access.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Check the course catalog / subscription plan area for courses that actually include labs. Some free/self-paced courses may show course content but not lab access.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If the Labs subscription is active but no labs are visible, then I would raise a Databricks Academy support ticket with your account email and screenshot of the active subscription.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;I don’t think I would create a new partner account unless Databricks support confirms that is required. It may create more confusion if the subscription is already tied to your current customer account.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 12:40:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163909#M11934</guid>
      <dc:creator>AmitDECopilot</dc:creator>
      <dc:date>2026-07-23T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163880#M11933</link>
      <description>&lt;P&gt;I tried logging on with different browsers. Edge, Brave and Firefox. I get the same result as you when using the filter. Also, the active subscription is visible. See screen shot.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 08:53:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163880#M11933</guid>
      <dc:creator>Wintermute</dc:creator>
      <dc:date>2026-07-23T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163877#M11932</link>
      <description>&lt;P&gt;Just to add extra info, if I'm filtering for courses with labs, the list is empty&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 08:19:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163877#M11932</guid>
      <dc:creator>zoltanctoth</dc:creator>
      <dc:date>2026-07-23T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163876#M11931</link>
      <description>&lt;P&gt;I'm here with the same question, watching this&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 08:15:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163876#M11931</guid>
      <dc:creator>zoltanctoth</dc:creator>
      <dc:date>2026-07-23T08:15:01Z</dc:date>
    </item>
    <item>
      <title>Labs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163869#M11930</link>
      <description>&lt;P&gt;Hi, others have asked this before so apologies in advance but I can't seem to find any useful advice on how to access the labs. I have an active&amp;nbsp;&lt;SPAN class=""&gt;Databricks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; Academy&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Labs&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Subscription (stated as active when logged on) but I seem to only have access to free courses and no labs. I signed up as a customer originally, should I have signed up as a partner instead or is the problems something else.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 07:58:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/labs/m-p/163869#M11930</guid>
      <dc:creator>Wintermute</dc:creator>
      <dc:date>2026-07-23T07:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: comprehensive guide or usecases for data engineering  hands-on</title>
      <link>https://community.databricks.com/t5/get-started-discussions/comprehensive-guide-or-usecases-for-data-engineering-hands-on/m-p/163767#M11929</link>
      <description>&lt;P class=""&gt;Hi Manjunath&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;How are you doing today? I felt the same way starting out, so I know what you mean. The best structured resource is dbdemos.ai, maintained by the Databricks team. It installs full end to end demos into your workspace in one line (pip install dbdemos, then dbdemos.install), each with real style datasets, pipelines, and dashboards already wired up. Good ones to start with are Lakehouse Retail C360, Delta Live Tables and CDC, and MLOps end to end. One note, if you are on Free Edition, some may not fully install due to compute and outbound limits, so a trial or paid workspace works best.&lt;/P&gt;&lt;P class=""&gt;Alongside that, build one real project on the sample data yourself. Take samples.tpch or nyctaxi, build a proper medallion pipeline (bronze to silver to gold), then put a dashboard or a Genie space on top. Doing one flow end to end teaches you more than ten scattered tutorials.&lt;/P&gt;&lt;P class=""&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 13:51:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/comprehensive-guide-or-usecases-for-data-engineering-hands-on/m-p/163767#M11929</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2026-07-22T13:51:00Z</dc:date>
    </item>
    <item>
      <title>comprehensive guide or usecases for data engineering  hands-on</title>
      <link>https://community.databricks.com/t5/get-started-discussions/comprehensive-guide-or-usecases-for-data-engineering-hands-on/m-p/163764#M11928</link>
      <description>&lt;P&gt;Hello members,&lt;/P&gt;&lt;P&gt;I have access to my databricks environment and I see it already includes sample data sets (under "samples" database).&lt;/P&gt;&lt;P&gt;I find the learning paths are very basic and not any close the real use cases. Are there any advanced hands-on use cases built around these sample datasets to try?&lt;BR /&gt;&lt;BR /&gt;It would be great if we have some structured guide rather than fragmented topic.&amp;nbsp; Appreciate any recommendation on this topic.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 13:42:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/comprehensive-guide-or-usecases-for-data-engineering-hands-on/m-p/163764#M11928</guid>
      <dc:creator>Manjunath2684</dc:creator>
      <dc:date>2026-07-22T13:42:11Z</dc:date>
    </item>
    <item>
      <title>ISV Partnership</title>
      <link>https://community.databricks.com/t5/get-started-discussions/isv-partnership/m-p/163693#M11926</link>
      <description>&lt;P&gt;I have applied for ISV Partnership in databricks . How many days are taken to review the application or revert back from databricks Team.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragya Sharma&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 05:26:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/isv-partnership/m-p/163693#M11926</guid>
      <dc:creator>pragya17</dc:creator>
      <dc:date>2026-07-22T05:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: New to the community!</title>
      <link>https://community.databricks.com/t5/get-started-discussions/new-to-the-community/m-p/163548#M11925</link>
      <description>&lt;P&gt;Welcome to this wonderful group Chris!! While I am a Databricks &amp;amp; Snowflake practitioner myself, I have been constantly learning a lot of things in this group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to connecting with you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 17:10:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/new-to-the-community/m-p/163548#M11925</guid>
      <dc:creator>suryaprayaga</dc:creator>
      <dc:date>2026-07-20T17:10:16Z</dc:date>
    </item>
    <item>
      <title>New to the community!</title>
      <link>https://community.databricks.com/t5/get-started-discussions/new-to-the-community/m-p/163538#M11924</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;I’m Chris Gambill, founder of Gambill Data in Knoxville, Tennessee. I’ve spent 26 years working across data engineering, architecture, and leadership, primarily in telecom, manufacturing, and finance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Gambill Data recently joined the Databricks Partner Program, and I’m a Databricks Certified Data Engineer Professional. While I’m new to this community, I’m not new to Databricks... I’ve been working with the platform for about six years.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I started my career building dts packages and Crystal Reports, so I’ve had a front-row seat to nearly three decades of change in the data profession. It has been exciting to watch, and occasionally exhausting to keep renaming everything (haha).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m looking forward to learning from the community, sharing what I’ve learned, and connecting with other Databricks practitioners. Don’t hesitate to reach out and say hello!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 16:07:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/new-to-the-community/m-p/163538#M11924</guid>
      <dc:creator>cgambill</dc:creator>
      <dc:date>2026-07-20T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hello from a new member!</title>
      <link>https://community.databricks.com/t5/get-started-discussions/hello-from-a-new-member/m-p/163511#M11923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/244823"&gt;@arijitsam&lt;/a&gt;&amp;nbsp;-&lt;SPAN&gt;Great to meet you! You’ve inspired me to write an introduction post as well.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I usually focus on telecom, manufacturing, and financial services, but many of the same patterns hold across industries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My preferred approach is to ingest into Bronze using Lakeflow Connect when an appropriate connector is available. Otherwise, I’ll typically use Auto Loader for file-based ingestion, keeping transformations at that stage to a minimum.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;From there, I use LDP/DLT to move data from Bronze to Silver, applying expectations for data-quality rules and quarantining records that fail validation. Depending on the source and business requirements, Silver may be an append-only streaming table or an SCD Type 2 table maintained declaratively from CDC events or source snapshots.&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I also favor a metadata-driven approach to pipeline development. Configuration, column mappings, and data-quality rules live in control tables, while lightweight Python modules and notebooks read that metadata to drive pipeline behavior and orchestration dynamically. This reduces duplicated code and makes onboarding or changing a feed largely a configuration exercise rather than another custom pipeline build.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The interesting design question with B2B feeds is usually how much schema variability exists between vendors. That can quickly determine whether schema evolution is an asset or a future firedrill...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 13:37:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/hello-from-a-new-member/m-p/163511#M11923</guid>
      <dc:creator>cgambill</dc:creator>
      <dc:date>2026-07-20T13:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore a workspace ( Cancelled) by mistake</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-restore-a-workspace-cancelled-by-mistake/m-p/163481#M11922</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/225841"&gt;@pk35&lt;/a&gt;&amp;nbsp;, I did some digging and here is what I found. However, before we get to recovery, the most important step is pinning down exactly what got cancelled, because there are three possibilities and they have very different outcomes.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;You cancelled the whole Databricks plan (account console, Settings, Manage your plan, Cancel plan). Per the AWS docs this one is permanent. You cannot reactivate a cancelled plan, access to workspaces, notebooks, and data goes away, and any Customer Content in workspaces tied to the subscription is deleted within 30 days of cancellation. Your post is about two weeks old, so if this is your case, that 30-day clock is already partway through and time matters.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;You deleted just the workspace (plan still active). There is no public self-service restore flow for a deleted workspace on AWS. Any recovery is a support matter and is not guaranteed.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;You cancelled a Databricks subscription inside AWS Marketplace. This is the hopeful one. The AWS docs are explicit that you cannot cancel your Databricks plan through AWS Marketplace, and cancelling there only removes the Marketplace account as a payment method. If that is what happened, your plan and workspace may still be intact and you may just need to re-add a payment method.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now the good news on your data. Because your storage is in your own S3 bucket under Unity Catalog, the underlying data is very likely still there. On AWS, when a workspace is deleted the default workspace catalog is retained, and its managed tables and volumes stay registered in the Unity Catalog metastore (the metastore lives at the account level, not inside the workspace). So your continued S3 and Unity Catalog access is a good sign that the data files survived, even if the workspace itself did not.&lt;/P&gt;
&lt;P&gt;The harder part is notebooks and jobs. Those live in the Databricks control plane, not in your S3 bucket, so keeping S3 access does not bring them back on its own.&lt;/P&gt;
&lt;P&gt;Here is what I would do next:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Confirm which of the three scenarios above applies. That decides everything else.&lt;/LI&gt;
&lt;LI&gt;Open a Databricks Support case at &lt;A href="https://help.databricks.com" target="_blank"&gt;https://help.databricks.com&lt;/A&gt; rather than email alone, ideally as the account admin or owner. If you do email, the correct address is &lt;CODE&gt;help@databricks.com&lt;/CODE&gt;. Your note shows &lt;CODE&gt;help@databrics.com&lt;/CODE&gt;, which is missing the k, so it may not have reached anyone. Cases created by email from a non-authorized contact can also get bounced.&lt;/LI&gt;
&lt;LI&gt;Give support the specifics up front: account ID, workspace ID and URL, AWS region, approximate cancellation or deletion time, and whether this was a plan cancellation, a workspace deletion, or an AWS Marketplace change.&lt;/LI&gt;
&lt;LI&gt;Move quickly. Restore is best-effort with no SLA, and if this was a plan cancellation the 30-day content-deletion window is already running.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;One more thing that helps regardless of outcome. If any of your notebooks were Git-linked or deployed with Databricks Asset Bundles or Terraform, you can redeploy them into a fresh workspace without needing the old one restored. Paired with your intact S3 and Unity Catalog data, that gets you most of the way back.&lt;/P&gt;
&lt;P&gt;Closing takeaway: figure out what was actually cancelled first, get a properly scoped support case in front of Databricks quickly, and take some comfort that your Unity Catalog data in S3 is the piece most likely to have survived.&lt;/P&gt;
&lt;P&gt;References:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Manage subscription and billing (plan cancellation is permanent, the 30-day content deletion, and the AWS Marketplace payment-method detail): &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/account" target="_blank"&gt;https://docs.databricks.com/aws/en/admin/account-settings/account&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Delete a workspace on AWS (no self-service restore, plus the Unity Catalog catalog retention behavior): &lt;A href="https://docs.databricks.com/aws/en/admin/workspace/delete-workspace" target="_blank"&gt;https://docs.databricks.com/aws/en/admin/workspace/delete-workspace&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Support and case filing (including the &lt;CODE&gt;help@databricks.com&lt;/CODE&gt; authorized-contact caveat): &lt;A href="https://docs.databricks.com/aws/en/resources/support" target="_blank"&gt;https://docs.databricks.com/aws/en/resources/support&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Manage workspace objects (restoring from Trash, which is a different thing from recovering a deleted workspace): &lt;A href="https://docs.databricks.com/aws/en/workspace/workspace-objects" target="_blank"&gt;https://docs.databricks.com/aws/en/workspace/workspace-objects&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps, Louis&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 11:38:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-restore-a-workspace-cancelled-by-mistake/m-p/163481#M11922</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2026-07-20T11:38:29Z</dc:date>
    </item>
  </channel>
</rss>

