<?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>Tue, 22 Sep 2026 20:50:25 GMT</pubDate>
    <dc:creator>get-started-with-databricks-discussion</dc:creator>
    <dc:date>2026-09-22T20:50:25Z</dc:date>
    <item>
      <title>Re: Cells only shows 20 lines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169486#M12142</link>
      <description>&lt;P&gt;A few things worth checking before assuming a bug, since none of these are the auto-collapse-on-hundreds-of-lines feature you're already aware of, but any of them can make a genuinely short cell render taller than its line count and trip that same collapse threshold:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Check line wrapping.&lt;/STRONG&gt; If Wrap lines is on (Profile → Settings → Developer settings → Wrap lines) and any of your 22 lines are long, each wrapped line counts toward the rendered line count the collapse feature measures — not your actual code line count. A handful of long lines wrapping to 2-3 visual rows each can easily push a 22-line cell past the same internal threshold meant for hundred-line cells. Try toggling it off and see if the cell expands fully.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Check your editor font size.&lt;/STRONG&gt; Same mechanism from a different angle — Settings → Developer → Editor font size. A larger font increases the pixel height per line, which can trip a pixel-based max-height cap sooner than expected even without wrapping.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Try toggling the New cell UI.&lt;/STRONG&gt; View → Developer settings → New cell UI (experimental). If you're on the new cell UI, try switching back to classic (or vice versa) — this is a newer feature and layout/height behavior differs between the two; if the shrink only happens on one, that narrows it to a UI-specific regression rather than something in your control.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Confirm it's every notebook,&lt;/STRONG&gt; not just one. Since you said "all of my notebooks," that argues against a per-notebook setting and toward a workspace-level Developer setting (or a browser cache/zoom issue) — worth also checking your browser zoom level is at 100%, since a non-100% zoom can distort the pixel math the same way font size does.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If none of the above changes the behavior, this looks like a rendering bug rather than an intended feature working as designed (a 20-22 line cell shouldn't hit the same limit as a 700-line one) — worth filing it with Databricks support/the community moderators with a screenshot and your notebook UI version (classic vs. new), since there's no documented manual override for that collapse threshold.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 18:57:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169486#M12142</guid>
      <dc:creator>aayush_410</dc:creator>
      <dc:date>2026-09-22T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate Azure Databricks between cross tenant</title>
      <link>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/169482#M12141</link>
      <description>&lt;P&gt;Yes, DAB is a good approach if the new workspace is already built and you mainly need to migrate notebooks, jobs, pipelines, and other workspace resources. You can use databricks bundle generate to create configuration for existing resources, put it under version control, then deploy the bundle to the new workspace; just keep in mind that identities, secrets, Unity Catalog objects, and other external dependencies may need to be handled separately.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 17:05:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/169482#M12141</guid>
      <dc:creator>Martínezluas</dc:creator>
      <dc:date>2026-09-22T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cells only shows 20 lines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169458#M12140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/259983"&gt;@andersloren&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntu _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Thanks for flagging this. Having checked this internally, I can see this isn’t the intended collapsed-cell behaviour. A recent notebook UI change introduced a fixed-height editor with an internal scrollbar, which can affect even relatively short cells. The code itself is still there, but the display is being capped.&lt;/P&gt;
&lt;P class="wnfdntu _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The team has identified the issue, and a fix is being rolled out. As a temporary workaround, try opening the cell in focus or full-screen mode, which should display the full cell. Sorry for the inconvenience, and thanks for calling it out.&lt;/P&gt;
&lt;P class="wnfdntu _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 15:15:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169458#M12140</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-09-22T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Cells only shows 20 lines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169445#M12139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Suddenly, the visible portion of the cells in all of my notebooks have shrinked to only 20 lines of code. I know this is a feature when a cell stretches over hundreds of lines. But makes no sense why this should happen to a cell with only 22 lines (please see embedded picture). How do I fix this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andersloren_1-1790084682437.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31387i3C32384AC4173F36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andersloren_1-1790084682437.png" alt="andersloren_1-1790084682437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2026 13:51:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/cells-only-shows-20-lines/m-p/169445#M12139</guid>
      <dc:creator>andersloren</dc:creator>
      <dc:date>2026-09-22T13:51:00Z</dc:date>
    </item>
    <item>
      <title>Check my blog on Databricks Unity Catalog</title>
      <link>https://community.databricks.com/t5/get-started-discussions/check-my-blog-on-databricks-unity-catalog/m-p/169314#M12137</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Struggling with a legacy Hive Metastore? I just published a deep dive on modernizing your Data Governance on Databricks.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Read how we executed a Unity Catalog migration for a complex, multi-tenant enterprise without disrupting daily business operations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check it out here:&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://medium.com/@kapil.dua/navigating-multi-tenant-data-governance-transitioning-to-databricks-unity-catalog-7fd90b4fe48f" target="_blank"&gt;https://medium.com/@kapil.dua/navigating-multi-tenant-data-governance-transitioning-to-databricks-unity-catalog-7fd90b4fe48f&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2026 11:55:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/check-my-blog-on-databricks-unity-catalog/m-p/169314#M12137</guid>
      <dc:creator>kapil_dua</dc:creator>
      <dc:date>2026-09-21T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected Script Execution Differences on databricks.com vs Mobile-Triggered Runtimes</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unexpected-script-execution-differences-on-databricks-com-vs/m-p/169250#M12134</link>
      <description>&lt;P&gt;One thing I’d add is that reproducibility also depends on keeping track of software versions over time. A test that behaves consistently today may produce different results after an application, dependency, or runtime update, even when the original code hasn’t changed. Keeping a simple record of the versions and configuration used for each test makes those changes much easier to trace. That’s also why I tend to check&amp;nbsp; &lt;A href="https://deltaexecuttor.ph/" target="_self"&gt;Delta Executor updates&lt;/A&gt; when looking at changes in Roblox-related software rather than assuming every release behaves the s&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2026 16:58:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unexpected-script-execution-differences-on-databricks-com-vs/m-p/169250#M12134</guid>
      <dc:creator>tonyjaskcxom</dc:creator>
      <dc:date>2026-09-20T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Serverless compute returns 403 on S3 buckets in the account-regional namespace</title>
      <link>https://community.databricks.com/t5/get-started-discussions/serverless-compute-returns-403-on-s3-buckets-in-the-account/m-p/169224#M12133</link>
      <description>&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;&lt;U&gt;SUMMARY&lt;/U&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Serverless SQL warehouses and serverless notebook/jobs compute cannot read S3 buckets&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;created in the AWS account-regional namespace (names ending -&lt;/SPAN&gt;&lt;SPAN&gt;{accountId}&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;{region}&lt;/SPAN&gt;&lt;SPAN&gt;-an).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Classic compute reads the same buckets through the same IAM role without trouble. The&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;failure is a 403 Forbidden with a null S3 request ID, raised by the bundled&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;aws-sdk-java/1.12.681.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Measured across two days, same region, same role, same credential, same file, with the r&lt;/SPAN&gt;&lt;SPAN&gt;eads interleaved seconds apart:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Global namespace buckets:&lt;/STRONG&gt; 15 of 15 reads succeeded&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Account-regional namespace buckets:&lt;/STRONG&gt; 0 of 14 reads succeeded&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;U&gt;&lt;STRONG&gt;ENVIRONMENT&lt;/STRONG&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cloud:&lt;/STRONG&gt; AWS&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Workspace and UC metastore:&lt;/STRONG&gt; ap-southeast-1 (Singapore)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Affected compute:&lt;/STRONG&gt; Serverless SQL warehouse (PRO, 2X-Small),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serverless notebook/jobs compute&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Unaffected compute:&lt;/STRONG&gt; Classic job clusters,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;non-serverless PRO SQL warehouse&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Client named in errors:&lt;/STRONG&gt; Hadoop 3.5.0, aws-sdk-java/1.12.681&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Storage access:&lt;/STRONG&gt; Unity Catalog storage credential over a cross-account&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;IAM role, external locations, managed and external tables&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;U&gt;&lt;STRONG&gt;THE SYMPTOM&lt;/STRONG&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Any serverless read of an object in an account-regional bucket fails at the first&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;EM&gt;getFileStatus&lt;/EM&gt; call:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;[UNAUTHORIZED_ACCESS] Unauthorized access:
s3://my-bucket-ACCOUNTID-ap-southeast-1-an/bronze/.../_delta_log:
getFileStatus on s3://my-bucket-ACCOUNTID-ap-southeast-1-an/bronze/.../_delta_log:
shaded.databricks.awssdk.com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden;
request: HEAD https://my-bucket-ACCOUNTID-ap-southeast-1-an.s3-ap-southeast-1.amazonaws.com
Hadoop 3.5.0, aws-sdk-java/1.12.681 ...
credentials-provider: ...BasicSessionCredentials
credential-header: AWS4-HMAC-SHA256 Credential=ASIA...../20260919/ap-southeast-1/s3/aws4_request
signature-present: true
(Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden;
Request ID: null; S3 Extended Request ID: null; Proxy: 192.168.200.20)
SQLSTATE: 42501&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Two details are worth noting immediately.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;1. Request ID: null&lt;/STRONG&gt;. A genuine IAM denial from S3 returns a real request ID. We have one in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;our records from a deliberately under-permissioned probe. A null request ID is the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;signature of this problem and the fastest way to tell the two apart.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;2. signature-present: true&lt;/STRONG&gt;, with a real ASIA session credential correctly scoped to the&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;region. Credentials were vended and the request was signed. This is not a&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;missing-credential problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;FINDING 1: ACCOUNT-REGIONAL BUCKETS FAIL, GLOBAL-NAMESPACE BUCKETS SUCCEED&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;AWS lets you create a general-purpose bucket in either the shared global namespace or your&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;account-regional namespace. The latter requires the name to end -&lt;/SPAN&gt;&lt;SPAN&gt;{accountId}&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;{region}&lt;/SPAN&gt;&lt;SPAN&gt;-an&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and is created with --bucket-namespace account-regional. It is a security feature: the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;name can only ever be claimed by your account, so it cannot be re-registered by a stranger&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;after deletion.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Serverless cannot read them.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Evidence:&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Two buckets created 90 seconds apart in ap-southeast-1, holding a byte-identical file,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;accessed through the same IAM role, the same Unity Catalog storage credential, and the&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;same external-location and volume mechanism. The only difference is the namespace.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Measured across two separate days, on cold warehouse sessions, with the two reads&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;interleaved seconds apart:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Global namespace:&lt;/STRONG&gt; 15 of 15 successful reads&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Account-regional namespace:&lt;/STRONG&gt; 0 of 14 successful reads&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Both credentials were tested against both buckets, in both directions, and the result&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;never moved. The same holds for real Delta tables, not just probe files. A catalog whose&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;managed location is a global-namespace bucket serves a 1,634-row Delta table to serverless&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;without issue, while the identical data in an account-regional bucket returns 403 in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;same session.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;U&gt;&lt;STRONG&gt;What this is not&lt;/STRONG&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;We eliminated these by test, not by argument.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;IAM permissions. Classic compute reads and writes the same bucket through the same role.&amp;nbsp;&lt;/SPAN&gt;The two bucket policies involved are structurally identical, same actions including s3:ListBucket, differing only in the bucket ARN.&lt;/LI&gt;&lt;LI&gt;The storage credential. Two different UC storage credentials, both over the same role, give identical results on both buckets. Neither credential is impaired: both succeed elsewhere.&lt;/LI&gt;&lt;LI&gt;Unity Catalog configuration. A brand-new external location, volume, schema and catalog reproduce it. A brand-new external location over a working bucket succeeds. Object age is not a factor.&lt;/LI&gt;&lt;LI&gt;Bucket configuration. Identical AES256 default encryption, no bucket policy, BucketOwnerEnforced, identical public access block on both.&lt;/LI&gt;&lt;LI&gt;Workspace identity. Reproduced on a second, independently created workspace with its own VPC.&lt;/LI&gt;&lt;LI&gt;Access method. Fails through external tables, managed tables and UC volumes alike.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;FINDING 2: WHY ONE REGION IS UNAFFECTED, AND THE SDK ANGLE&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;ap-southeast-5 (Malaysia, GA August 2024) is unaffected even for account-regional buckets.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Same account, same role, same credential. It simply works, and still does.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The bundled client named in every error is aws-sdk-java/1.12.681 &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Extracting&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;com/amazonaws/partitions/endpoints.json from that exact artifact shows its partition&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;metadata is dated 2024-03-15, five months before ap-southeast-5 became generally&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;available, and the region is absent from it entirely.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;That gives a coherent, testable hypothesis: regions known to the pinned SDK route through&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;a legacy client path that does not handle account-regional bucket addressing, and regions&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;unknown to it fall through to a different path that does. The AWS SDK for Java v1 final&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;release (1.12.797, December 2025) does contain ap-southeast-5, so if that is the&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;mechanism, refreshing the dependency would move ap-southeast-5 into the failing set rather&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;than fixing anything.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;We cannot verify this from outside. We cannot inspect which client handles the request,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;and no supported Spark configuration on serverless lets us influence the storage path. We&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;offer it as a starting point, not a conclusion. The measured facts are that one region&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;works, others fail, and the difference tracks that SDK release date.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;CONFOUNDING FACTORS, PLEASE READ BEFORE REPRODUCING&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;These cost us several wrong conclusions.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;1. A newly created S3 bucket is unreadable from serverless for up to about 2 hours&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Regardless of namespace, and with the identical 403. We measured a brand-new bucket&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;failing at 2 minutes, 27 minutes and 42 minutes old, then succeeding consistently from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;about 2 hours.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Create two buckets, test them immediately, and both&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;fail, leading to the confident and wrong conclusion that namespace is irrelevant. Three of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;our own experiments were voided this way. It is consistent with S3 virtual-hosted-style&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DNS propagation, given the failing requests use the legacy s3-REGION.amazonaws.com form.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Wait at least 2 hours after bucket creation before drawing any conclusion.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;2. Control-plane credential validation passes regardless&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Validating the storage credential returns READ, LIST and PATH_EXISTS all PASS on locations&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;that serverless compute cannot read. Validation exercises the role without the compute&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;session scoped-down policy. A green validation is not evidence.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;3. Direct file queries swallow the real error&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Querying a path directly returns a generic FAILED_TO_CREATE_PLAN_FOR_DIRECT_QUERY. Use an&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;external table, a managed table, or a UC volume. Otherwise the underlying S3 exception&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;never surfaces and you cannot tell this apart from anything else.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;4. Single trials are not enough&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;We once observed a global-namespace bucket succeed twice and then fail 90 seconds later,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;at the tail of the propagation window above. Run at least three trials per configuration&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;and treat any inconsistency as a result in itself.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;5. S3 server access logging will not answer whether the request reached S3&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;We enabled it and planted a known-good control request. The control never appeared in the&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;delivered logs either, so the absence of the failing requests proves nothing. Server access&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;logging is best-effort by design. Use CloudTrail S3 data events if you need this question&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;answered.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;6. Unity Catalog itself is fine&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;Listing catalogs, schemas, tables, external locations and storage credentials all work on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;serverless, and lineage is captured normally. Only the reading of objects out of S3 fails.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Do not go hunting a Unity Catalog misconfiguration.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;REPRODUCTION&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;Step 1. Create two buckets that differ only in namespace.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;ACCOUNT_ID=your-aws-account-id
REGION=ap-southeast-1
AN=repro-$ACCOUNT_ID-$REGION-an
GL=repro-global-$ACCOUNT_ID

aws s3api create-bucket --bucket $AN --region $REGION \
--create-bucket-configuration LocationConstraint=$REGION \
--bucket-namespace account-regional

aws s3api create-bucket --bucket $GL --region $REGION \
--create-bucket-configuration LocationConstraint=$REGION&lt;/LI-CODE&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Any region that predates roughly March 2024 should show the behaviour.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;SPAN&gt;Step 2. Put an identical file in each.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;printf 'id,label\n1,test\n' &amp;gt; /tmp/c.csv
aws s3 cp /tmp/c.csv s3://$AN/files/c.csv --region $REGION
aws s3 cp /tmp/c.csv s3://$GL/files/c.csv --region $REGION&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Step 3. Grant your existing Unity Catalog role read access to both buckets: s3:GetObject&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;on the object ARN, plus s3:ListBucket and s3:GetBucketLocation on the bucket ARN.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Step 4. In Unity Catalog, create one external location per bucket using the same storage&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;credential, and an EXTERNAL volume over each.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Step 5. Wait at least 2 hours. Then, on a serverless SQL warehouse or serverless notebook:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;SELECT count(*) FROM read_files('/Volumes/CAT/SCH/global_vol/', format =&amp;gt; 'csv');
SELECT count(*) FROM read_files('/Volumes/CAT/SCH/account_regional_vol/', format =&amp;gt; 'csv');&lt;/LI-CODE&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;The first returns 1. The second returns 403 with Request ID: null.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Control:&lt;/STRONG&gt; point the same two queries at a non-serverless warehouse or a classic cluster.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Both succeed. That is what localises the fault to serverless compute rather than to IAM,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the bucket, or Unity Catalog.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;WORKAROUNDS WHILE THIS IS UNPATCHED&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;&lt;EM&gt;1. Use a global-namespace bucket for anything serverless must read.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;BR /&gt;This is the only real fix available to customers today. Verified end to end: a catalog with&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;its managed location on a global-namespace bucket in the same region serves Delta tables to&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;both serverless SQL warehouses and serverless notebooks, with data loaded and written from&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;serverless too.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;The cost is real and worth stating plainly. The account-regional namespace exists so that a&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;bucket name can never be claimed by another AWS account. Moving to the global namespace&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;gives that up. The namespace also cannot be changed in place, so this is a data migration,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;not a rename.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;&lt;STRONG&gt;2. Use classic compute for existing account-regional buckets.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Classic job clusters and non-serverless PRO SQL warehouses read them without trouble. The&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;trade-offs are minutes rather than seconds to start, a 10-minute minimum idle timeout on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;non-serverless warehouses, and cluster management you may not want.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;One trap worth knowing: a workflow task that omits its job-cluster setting silently falls&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;back to serverless and then fails at run time. Assert the setting in whatever you use to&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;define jobs.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;&lt;EM&gt;3. Keep an eye on fine-grained access control.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Databricks documents a dedicated classic cluster as delegating row filters, column masks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;and dynamic views to the workspace serverless compute. If that path applies, a table with a&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;row filter could fail on a classic cluster that otherwise works. We have no such filters and&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;have not tested this. Flagging it because classic compute is otherwise the safe ground.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;A SEPARATE ISSUE WE HIT ALONG THE WAY: TRIAL ACCOUNTS AND SAME-REGION S3&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Independent of the above, and worth recording because the two are easy to conflate. We lost&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;time doing exactly that.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;While our account was on a trial, serverless could not read any customer bucket in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;workspace own region, global-namespace buckets included. Cross-region buckets were&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;unaffected:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;ap-southeast-5, account-regional, customer bucket A -&amp;gt; works
ap-southeast-5, global, customer bucket B (new) -&amp;gt; works
ap-southeast-1, global, customer bucket C -&amp;gt; 403
ap-southeast-1, account-regional, customer bucket D -&amp;gt; 403&lt;/LI-CODE&gt;&lt;DIV class="lia-align-justify"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Bucket C, a global-namespace bucket in the metastore own region, returned 403 during the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;trial. After the trial concluded, the same bucket, unchanged, reads reliably. Bucket D still&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;fails, which is Finding 1.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Databricks documents serverless as reaching same-region S3 through a Databricks-owned&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;private gateway, and different-region S3 out through NAT. A trial-level network restriction&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;on the private gateway path would produce exactly the table above while leaving the NAT path&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;alone. Two staff posts on this forum state that trial accounts carry network restrictions&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;regardless of configured policy settings, and the serverless SQL warehouse requirements&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;state the account must not be on a free trial.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;This is inference, not measurement. We cannot put the account back on trial to test it. The&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;before and after on bucket C is measured, and the trial end date is confirmed in writing.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The mechanism is not.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;Note the shape carefully. It is not that trial accounts cannot use customer S3 buckets.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Cross-region customer buckets worked fine throughout. Stating it too broadly sent us chasing&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the wrong mechanism for days.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;STRONG&gt;WHAT WOULD HELP FROM DATABRICKS&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;SPAN&gt;Confirm whether account-regional namespace buckets are supported by serverless compute.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If not, this belongs in the documented limitations. The namespace is a first-class AWS S3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;feature and nothing currently warns against it.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;SPAN&gt;Identify the component returning the 403. The request is signed, the credential is valid,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and the same address answers correctly when the request comes from other compute, but the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;response carries no S3 request ID.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;3. &lt;/SPAN&gt;&lt;SPAN&gt;Comment on the SDK hypothesis in Finding 2, which we cannot test from outside.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-align-justify"&gt;&lt;SPAN&gt;4. &lt;/SPAN&gt;&lt;SPAN&gt;Confirm whether a trial account restricts same-region serverless S3 access. If it does,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that belongs in the published trial limitations. We could find nothing stating it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 20 Sep 2026 09:10:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/serverless-compute-returns-403-on-s3-buckets-in-the-account/m-p/169224#M12133</guid>
      <dc:creator>alexgfowler_ld</dc:creator>
      <dc:date>2026-09-20T09:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate Azure Databricks between cross tenant</title>
      <link>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/169173#M12131</link>
      <description>&lt;P&gt;A fresh workspace makes DAB a reasonable option, especially since you mainly need to migrate notebooks, jobs, policies, clusters, and permissions.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2026 10:12:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/169173#M12131</guid>
      <dc:creator>stephen4</dc:creator>
      <dc:date>2026-09-19T10:12:58Z</dc:date>
    </item>
    <item>
      <title>Looking for Opportunities in BI Modernization | Databricks-Focused Projects</title>
      <link>https://community.databricks.com/t5/get-started-discussions/looking-for-opportunities-in-bi-modernization-databricks-focused/m-p/169094#M12129</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Good morning! I’m looking to connect with professionals and consulting firms working on &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Databricks and BI modernization initiatives across Canada and the U.S.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;In my recent engagements, I have:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Supported &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;legacy Power BI modernization and migration to Databricks&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Worked on &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;enterprise analytics tool offboarding and modernization&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Built &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;usage telemetry and analytics&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; to support leadership decision-making and modernization strategy&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;I’m particularly interested in &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Databricks implementation, BI modernization, migration, and analytics consulting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; opportunities.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;If your team is working on similar initiatives or looking for an experienced resource, I’d be happy to connect, exchange ideas, and explore how I can contribute.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I appreciate being part of the Databricks community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nafi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 13:55:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/looking-for-opportunities-in-bi-modernization-databricks-focused/m-p/169094#M12129</guid>
      <dc:creator>nafikazi</dc:creator>
      <dc:date>2026-09-18T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: help me how to fix</title>
      <link>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168983#M12123</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/253059"&gt;@FastFoodBro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this community &lt;A href="https://community.databricks.com/t5/databricks-free-edition-help/unable-to-start-serverless-compute-in-databricks-free-edition/td-p/168301" target="_blank"&gt;Post&amp;nbsp;&lt;/A&gt;as it talks about issues on compute and the limitations on Free edition. Also it has some recommendations on clearing the sessions state and if none of them works then can sign up for another Free edition.&lt;/P&gt;&lt;P&gt;Currently there isn't a quota visibility mechanism available in Free edition to check if you have really exhausted it. Try next day after the quota resets or registering new edition if something that can't wait. Also raise the issue in below channel for better visibility and response from databricks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Databricks Community &amp;gt;&amp;nbsp;&lt;SPAN class=""&gt;Databricks Free Edition Help&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2026 12:54:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168983#M12123</guid>
      <dc:creator>data_pulse</dc:creator>
      <dc:date>2026-09-17T12:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: help me how to fix</title>
      <link>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168928#M12122</link>
      <description>&lt;P&gt;How long will it be before I can resume my activities?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2026 10:40:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168928#M12122</guid>
      <dc:creator>FastFoodBro</dc:creator>
      <dc:date>2026-09-17T10:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: help me how to fix</title>
      <link>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168923#M12121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/253059"&gt;@FastFoodBro&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The Databricks Community and Community/Free tier workspaces have hard limits on total cluster compute time per organization ID, measured in hours or days. Once you hit your continuous job limit, the next runs are blocked from launching in the workspace.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2026 10:11:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168923#M12121</guid>
      <dc:creator>Satyasai</dc:creator>
      <dc:date>2026-09-17T10:11:28Z</dc:date>
    </item>
    <item>
      <title>help me how to fix</title>
      <link>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168870#M12118</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;"Triggering new runs for organization 7474657040075149 is currently disabled temporarily." ,&amp;nbsp;Why did my job get blocked while running? You clearly said it could run continuously, so why was it blocked?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Sep 2026 03:13:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/help-me-how-to-fix/m-p/168870#M12118</guid>
      <dc:creator>FastFoodBro</dc:creator>
      <dc:date>2026-09-17T03:13:58Z</dc:date>
    </item>
    <item>
      <title>Migrate Azure Databricks between cross tenant</title>
      <link>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/168864#M12117</link>
      <description>&lt;P&gt;How to migrate an Azure Databricks to a different Azure tenant?&lt;/P&gt;&lt;P&gt;Does DAB is the best method if a databricks workspace is freshly built on top of just migrating the the workspace resources only like notebook, jobs, cluster, policies, permissions etc?&amp;nbsp;&lt;BR /&gt;Please share detailed steps to achieve this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 23:53:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/migrate-azure-databricks-between-cross-tenant/m-p/168864#M12117</guid>
      <dc:creator>smukherjee</dc:creator>
      <dc:date>2026-09-16T23:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168781#M12116</link>
      <description>&lt;P dir="ltr"&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/255386"&gt;@duzen&lt;/a&gt;&amp;nbsp;, welcome to Databricks. You've hit a screen that trips up a lot of folks, so you're in good company. Your screenshot was very helpful.&lt;/P&gt;
&lt;P dir="ltr"&gt;The short version: "User Name and Password" expects actual Databricks credentials, and your account doesn't have any. You sign in through a browser with an emailed code, which points to Databricks Free Edition. That's fine. The ODBC driver can piggyback on that same sign-in using OAuth.&lt;/P&gt;
&lt;P dir="ltr"&gt;Before touching authentication, grab your connection details. In your workspace, go to SQL Warehouses, click your warehouse, and open the Connection details tab. You'll find the Server Hostname and HTTP Path there. Copy both.&lt;/P&gt;
&lt;P dir="ltr"&gt;Then in the ODBC DSN setup screen:&lt;/P&gt;
&lt;OL dir="ltr"&gt;
&lt;LI&gt;Enter the Server Hostname in the Host field (leave off the https://) and set Port to 443.&lt;/LI&gt;
&lt;LI&gt;Click HTTP Options and paste in the HTTP Path.&lt;/LI&gt;
&lt;LI&gt;Click SSL Options and make sure Enable SSL is checked (the OAuth flow requires it).&lt;/LI&gt;
&lt;LI&gt;Change Mechanism from "User Name and Password" to "OAuth 2.0".&lt;/LI&gt;
&lt;LI&gt;Click OAuth Options and set the Authentication Flow to "Browser Based Authorization", then click OK. Leave the username and password fields blank; do not enter your email or code there.&lt;/LI&gt;
&lt;LI&gt;Click Test. A browser window will pop open and ask you to sign in the same way you always do, with your emailed code. Once you approve it, the driver handles the tokens from there, including refreshing them.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P dir="ltr"&gt;A few heads ups. Browser-based OAuth needs ODBC driver version 2.8.2 or newer, so since you just downloaded it you should be fine. If you're ever configuring this through a config file or connection string instead of the dialog, the equivalent setting is &lt;CODE&gt;AuthMech=11&lt;/CODE&gt; with &lt;CODE&gt;Auth_Flow=2&lt;/CODE&gt;. And if you notice a &lt;CODE&gt;PWD&lt;/CODE&gt; value hanging around with that setup, it's just a passphrase the driver uses to protect its cached refresh token, not a Databricks password.&lt;/P&gt;
&lt;P dir="ltr"&gt;There's a second option worth knowing about. If your workspace lets you generate a personal access token (check under Settings &amp;gt; Developer &amp;gt; Access tokens &amp;gt; Manage), you can keep the mechanism as "User Name and Password", enter the word &lt;CODE&gt;token&lt;/CODE&gt; (literally) as the username, and paste the access token as the password. If you don't see an option to generate tokens, your workspace doesn't allow them and OAuth is your path. Either way, OAuth is what Databricks recommends these days.&lt;/P&gt;
&lt;P dir="ltr"&gt;One last thing: this browser-based flow only works for applications running on your local machine. If you're connecting from a server or cloud app down the road, you'll want a non-interactive method like a service principal instead. Also make sure your user has permission to use the warehouse you're pointing at.&lt;/P&gt;
&lt;P dir="ltr"&gt;References:&lt;/P&gt;
&lt;UL dir="ltr"&gt;
&lt;LI&gt;Authentication settings for the Databricks ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/authentication" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/authentication&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create an ODBC DSN: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/dsn" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/dsn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Compute settings for the ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/compute" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/compute&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Download and install the ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/download" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/download&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Personal access tokens: &lt;A href="https://docs.databricks.com/aws/en/dev-tools/auth/pat" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools/auth/pat&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Free Edition limitations: &lt;A href="https://docs.databricks.com/aws/en/getting-started/free-edition-limitations" target="_blank"&gt;https://docs.databricks.com/aws/en/getting-started/free-edition-limitations&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P dir="ltr"&gt;Give the OAuth route a shot and let us know how it goes.&lt;/P&gt;
&lt;P dir="ltr"&gt;Cheers Lou.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 10:34:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168781#M12116</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2026-09-16T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168721#M12115</link>
      <description>&lt;P&gt;This is the screen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6}.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31148i07EF13815FF36FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 21:29:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168721#M12115</guid>
      <dc:creator>duzen</dc:creator>
      <dc:date>2026-09-15T21:29:19Z</dc:date>
    </item>
    <item>
      <title>ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168719#M12114</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I am just starting with databricks. I created an account, and I can run sql queries.&lt;/P&gt;&lt;P&gt;I downloaded the ODBC driver (64bit version). I am not sure how to set it up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration screen shows "Mechanism" set to "User Name and Password."&lt;/P&gt;&lt;P&gt;Then there are two fields for User name and Password. I don't have these.&amp;nbsp; I login to databricks when they email me a code and I enter it in my browser.&lt;/P&gt;&lt;P&gt;Can anyone help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 21:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168719#M12114</guid>
      <dc:creator>duzen</dc:creator>
      <dc:date>2026-09-15T21:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: 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/168527#M12112</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I appreciate the detailed response.&amp;nbsp; I'd already done the second option as what I hoped would be a temporary workaround.&amp;nbsp; Sadly, the categories are far from stable, and orders can switch (although that's not quite as common).&amp;nbsp; But, at least now I know I'm not crazy (or, at least, that this is not what proves it).&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 13:06:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/broken-x-axis-sort-order-in-combo-chart/m-p/168527#M12112</guid>
      <dc:creator>treesloth</dc:creator>
      <dc:date>2026-09-14T13:06:24Z</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/168462#M12110</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&amp;nbsp;wrote:&lt;BR /&gt;&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. &lt;A href="https://abonnementsiptv8k.com/" target="_blank"&gt;&lt;FONT color="#000000"&gt;website&lt;/FONT&gt;&lt;/A&gt; 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;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I agree that the semantic layer is probably the part that requires the most careful planning. A natural language interface can make querying easier, but if the underlying metrics and business definitions are inconsistent, Genie can still produce an answer that sounds correct but is based on the wrong context. Starting with one well-defined business area and expanding gradually seems like a much safer approach.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 12:30:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/is-the-semantic-layer-the-real-challenge-with-databricks-genie/m-p/168462#M12110</guid>
      <dc:creator>ThomasMonie</dc:creator>
      <dc:date>2026-09-13T12:30:01Z</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/168458#M12109</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250393"&gt;@ChiranjeeviKudu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P class=""&gt;Hello Databricks Community,&lt;/P&gt;&lt;P&gt;I am actively building my technical expertise in the Databricks ecosystem and would like guidance on the roadmap to becoming a &lt;STRONG&gt;Databricks Partner Champion&lt;/STRONG&gt;, with a strong focus on technical skills and hands-on implementation.&lt;/P&gt;&lt;P&gt;I understand that Databricks has different recognition programs, including Community Champions. However, my question is specifically about becoming a technically recognized &lt;STRONG&gt;Databricks Partner Champion&lt;/STRONG&gt; through certifications, partner learning, solution architecture, and real-world implementation experience.&lt;/P&gt;&lt;P&gt;I would appreciate guidance on the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;What are the current eligibility requirements for the Databricks Partner Champion Program?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Which Databricks Partner Academy courses or learning paths should I complete?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Are there specific instructor-led courses or badges, such as Solution Architect Essentials, that are required?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Which paid Databricks certifications are recommended or required for the Partner Champion journey?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Should I focus on Data Engineering, Data Analytics, Machine Learning, Generative AI, or Solution Architecture certifications?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;How much hands-on customer or implementation experience is expected?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Is nomination by my organization or a Databricks Partner Solutions Architect required before joining the program?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&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;/LI&gt;&lt;LI&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;/LI&gt;&lt;/OL&gt;&lt;P&gt;My goal is not specifically to become a monthly Community Champion. I am primarily interested in developing strong &lt;STRONG&gt;technical Databricks expertise&lt;/STRONG&gt;, gaining relevant certifications, working on real-world implementations, and following the correct path toward the &lt;STRONG&gt;Databricks Partner Champion Program&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If anyone from the Databricks team or experienced Partner Champions can share the latest roadmap, prerequisites, recommended certifications, and nomination process, I would greatly appreciate your guidance.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support! Looking forward to learning from the Databricks Community.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is really helpful, especially the clarification that the program is invitation and nomination-only. The certification requirements also make the path much clearer. I think having the freedom to choose the Associate and Professional specialization based on your skills is a good approach, rather than forcing everyone into the same technical track.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 13 Sep 2026 11:50:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-can-i-become-a-databricks-partner-champion-through-technical/m-p/168458#M12109</guid>
      <dc:creator>ThomasMonie</dc:creator>
      <dc:date>2026-09-13T11:50:16Z</dc:date>
    </item>
  </channel>
</rss>

