<?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>Administration &amp; Architecture topics</title>
    <link>https://community.databricks.com/t5/administration-architecture/bd-p/administration-and-architecture</link>
    <description>Administration &amp; Architecture topics</description>
    <pubDate>Sun, 06 Sep 2026 07:02:44 GMT</pubDate>
    <dc:creator>administration-and-architecture</dc:creator>
    <dc:date>2026-09-06T07:02:44Z</dc:date>
    <item>
      <title>Does enabling Photon improve performance while lowering compute costs?</title>
      <link>https://community.databricks.com/t5/administration-architecture/does-enabling-photon-improve-performance-while-lowering-compute/m-p/167597#M5559</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neerajdubey_86_0-1788545169602.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/30754iF94F1123E2FEF321/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neerajdubey_86_0-1788545169602.png" alt="neerajdubey_86_0-1788545169602.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Please refer screen shot and help in clarifying if&amp;nbsp;enabling Photon lead to lower execution costs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 18:09:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/does-enabling-photon-improve-performance-while-lowering-compute/m-p/167597#M5559</guid>
      <dc:creator>neerajdubey_86</dc:creator>
      <dc:date>2026-09-04T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Using Temporary Functions</title>
      <link>https://community.databricks.com/t5/administration-architecture/using-temporary-functions/m-p/167589#M5558</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm currently doing my professional internship and working on a reporting project that integrates with Databricks through Unity Catalog functions.&lt;/P&gt;&lt;P&gt;The reporting application is external to Databricks and uses Data Sources, Parameters, Result Sets, Grids, Charts, and Report Definitions to build dashboards. Existing reports consume data through functions referenced by a URI pattern similar to:&lt;/P&gt;&lt;P&gt;fn://catalog.schema.function_name@DATABRICKS.UNITYCATALOG&lt;BR /&gt;Show more lines&lt;/P&gt;&lt;P&gt;My mentor provided an existing report as a starting point and asked me to use it as a template for the new development. The report is already functional and contains the complete structure, including Data Sources, Parameters, Result Sets, Grids, Charts, and Report Definitions. My task is to understand how those pieces work together and then adapt or replace them to support a different dataset.&lt;/P&gt;&lt;P&gt;The challenge is that the new dataset does not currently have equivalent Unity Catalog functions available.&lt;/P&gt;&lt;P&gt;As guidance, my mentor suggested creating temporary functions first, using a pattern such as:&lt;/P&gt;&lt;P&gt;SQL&lt;BR /&gt;1&lt;BR /&gt;CREATE OR REPLACE TEMPORARY FUNCTION `catalog.schema.function_name`&lt;BR /&gt;2&lt;BR /&gt;RETURNS TABLE (...)&lt;BR /&gt;3&lt;BR /&gt;RETURN ...&lt;BR /&gt;4&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Show more lines&lt;/P&gt;&lt;P&gt;The idea is to prototype the expected interface, validate the returned schema locally with the reporting application, and later create the permanent Unity Catalog functions if the design works correctly.&lt;/P&gt;&lt;P&gt;My mentor has already given me a clear direction, but as an intern I am still connecting the dots and trying to understand the complete flow from temporary functions, to production Unity Catalog functions, to the final report displayed in the application.&lt;/P&gt;&lt;P&gt;Has anyone worked on a similar integration between an external dashboard/reporting application and Databricks?&lt;/P&gt;&lt;P&gt;Any guidance, recommendations, or examples would be greatly appreciated.&lt;/P&gt;&lt;P&gt;I'm still pretty new to this area, so honestly I'm feeling a bit lost and trying to understand the correct path before I spend time going in the wrong direction &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 17:31:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/using-temporary-functions/m-p/167589#M5558</guid>
      <dc:creator>Marbricks</dc:creator>
      <dc:date>2026-09-04T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Marketplace Apps: Private Exchange Publishing, Enablement Requirements, and Review Process</title>
      <link>https://community.databricks.com/t5/administration-architecture/marketplace-apps-private-exchange-publishing-enablement/m-p/167404#M5557</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking for clarification regarding &lt;STRONG&gt;Databricks Marketplace Apps and Private Exchanges&lt;/STRONG&gt;, as the currently available documentation appears to be inconsistent.&lt;/P&gt;&lt;P&gt;From the Marketplace API documentation, it appears that &lt;STRONG&gt;App&lt;/STRONG&gt; is a supported Marketplace asset type (ASSET_TYPE_APP) &lt;A href="https://docs.databricks.com/api/marketplaces/v1/get-listing" target="_blank" rel="noopener"&gt;https://docs.databricks.com/api/marketplaces/v1/get-listing&lt;/A&gt;, and Marketplace APIs also support concepts such as &lt;STRONG&gt;private listings&lt;/STRONG&gt;, &lt;STRONG&gt;Private Exchanges&lt;/STRONG&gt;, and &lt;STRONG&gt;listing visibility (PUBLIC/PRIVATE)&lt;/STRONG&gt;. Additionally, Marketplace APIs appear to treat Apps as first-class Marketplace assets alongside other listing types.&lt;/P&gt;&lt;P&gt;However, the provider-facing documentation for creating Marketplace listings currently documents asset types such as &lt;STRONG&gt;tables, volumes/files, models, notebooks, and MCP servers&lt;/STRONG&gt;, but I have not found corresponding guidance for publishing an &lt;STRONG&gt;App&lt;/STRONG&gt; through the Marketplace provider workflow. Likewise, the Private Exchange documentation generally discusses private listings and data products, but does not explicitly state whether &lt;STRONG&gt;App listings&lt;/STRONG&gt; are supported within the Private Exchange model.&lt;/P&gt;&lt;P&gt;Could you please clarify the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can a third-party provider publish an App asset type as a private listing within a Databricks Marketplace Private Exchange?&lt;/LI&gt;&lt;LI&gt;If App private listings are supported, is this capability available through the standard self-service Marketplace provider experience, or does it require account-level enablement, allowlisting, feature flags, or participation in a specific program?&lt;/LI&gt;&lt;LI&gt;If enablement is required, what is the correct process to request access to App listing capabilities?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The reason for the question is that the Marketplace APIs appear to expose App-related marketplace functionality, while the public provider documentation does not clearly describe whether Apps are included in the documented Private Exchange publishing flow. I'd appreciate confirmation of the supported model and links to any relevant documentation.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Sep 2026 11:32:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/marketplace-apps-private-exchange-publishing-enablement/m-p/167404#M5557</guid>
      <dc:creator>bogdan_serban</dc:creator>
      <dc:date>2026-09-03T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Who pays cross-cloud egress for Delta Sharing from GCP to Azure?</title>
      <link>https://community.databricks.com/t5/administration-architecture/who-pays-cross-cloud-egress-for-delta-sharing-from-gcp-to-azure/m-p/167155#M5554</link>
      <description>&lt;P&gt;Hi DBX community!!&amp;nbsp;Are cross-cloud egress charges for a Databricks-to-Databricks #DeltaShare billed to the provider account, and do they apply when the shared objects are views backed by Cloudflare?&lt;/P&gt;&lt;P&gt;I'm setting up a Delta Share using Databricks on &lt;STRONG&gt;GCP (us-central1)&lt;/STRONG&gt; as the provider. The shared objects are views in Unity Catalog, and the underlying data is stored in &lt;STRONG&gt;Cloudflare R2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The recipient is a customer using Databricks on &lt;STRONG&gt;Azure (West region)&lt;/STRONG&gt;. I'd like to understand how the costs are handled in this scenario:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is there a &lt;STRONG&gt;cross-cloud egress/network charge&lt;/STRONG&gt; when the Azure recipient queries the shared views?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If so, is that egress charge billed to the &lt;STRONG&gt;provider (GCP) or the recipient (Azure)&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Since the underlying data is stored in &lt;STRONG&gt;Cloudflare R2&lt;/STRONG&gt;, does R2's lack of egress fees change or eliminate any of the Databricks cross-cloud egress charges?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there additional &lt;STRONG&gt;Databricks compute charges&lt;/STRONG&gt; on the provider side when the recipient queries views through Delta Sharing?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a recommended architecture to minimize costs if the recipient will query the shared data frequently?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any clarification or real-world examples of how these charges appear in billing would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 14:47:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/who-pays-cross-cloud-egress-for-delta-sharing-from-gcp-to-azure/m-p/167155#M5554</guid>
      <dc:creator>mariajsm</dc:creator>
      <dc:date>2026-09-01T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Private listing of App Asset in Databricks Marketplace by 3rd Party Provider</title>
      <link>https://community.databricks.com/t5/administration-architecture/private-listing-of-app-asset-in-databricks-marketplace-by-3rd/m-p/167113#M5550</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Could you help confirm whether a &lt;STRONG&gt;third-party provider&lt;/STRONG&gt; is able to publish an &lt;STRONG&gt;App asset type&lt;/STRONG&gt; as a &lt;STRONG&gt;private listing&lt;/STRONG&gt; within a &lt;STRONG&gt;Private Exchange&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;If this is supported, is it a self-service capability, or does it need to be enabled per account? And if enablement is required, what's the correct way to request the App listing capability? What is the review process for private listing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context: the official documentation I've found on private listings so far focuses on data products (tables, volumes, models, notebooks, mcp). I haven't been able to locate provider-side guidance confirming that the App asset type is included in the private-listing / Private Exchange flow, so I'd appreciate clarification on whether Apps are covered — and a pointer to the relevant docs if they exist.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Sep 2026 10:18:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/private-listing-of-app-asset-in-databricks-marketplace-by-3rd/m-p/167113#M5550</guid>
      <dc:creator>AndreiaC</dc:creator>
      <dc:date>2026-09-01T10:18:01Z</dc:date>
    </item>
    <item>
      <title>How to get my Database account verified?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-get-my-database-account-verified/m-p/166731#M5549</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am currently on a paid plan (Premium), but I can't find how to get my account verified. I need help and support team is referring me here to this forum to get help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Very interesting, how support team can't help, not sure.&lt;/P&gt;&lt;P&gt;Anybody here who can help get my account verified?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to resolve: At the moment, I can't have more than 3 Apps in my workspaces. Also my current Apps get stopped randomly as my account is not verified yet.&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="My Apps get stopped automatically" uid="163160" url="https://community.databricks.com/t5/data-engineering/my-apps-get-stopped-automatically/m-p/163160#U163160" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rez&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2026 23:19:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-get-my-database-account-verified/m-p/166731#M5549</guid>
      <dc:creator>Abarghodrat</dc:creator>
      <dc:date>2026-08-28T23:19:38Z</dc:date>
    </item>
    <item>
      <title>Unable to delete schema with no tables</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-delete-schema-with-no-tables/m-p/166537#M5545</link>
      <description>&lt;P&gt;I create Azure Databricks workspaces using Terraform. As a part of workspace creation I create the catalog and a schema in the catalog but not the tables. After this I follow below steps:&lt;/P&gt;&lt;P&gt;1. Create managed tables in the schema using Databricks workspace UI&lt;/P&gt;&lt;P&gt;2. Delete all managed tables in the schema using Databricks worksapce UI&lt;/P&gt;&lt;P&gt;3. Now deleting the schema using terraform or using Databricks UI is giving error that schema has managed table(s) and hence schema cannot be deleted. I need to know why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 19:30:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-delete-schema-with-no-tables/m-p/166537#M5545</guid>
      <dc:creator>sapatel10</dc:creator>
      <dc:date>2026-08-26T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Account API and Workspace API RBAC</title>
      <link>https://community.databricks.com/t5/administration-architecture/account-api-and-workspace-api-rbac/m-p/166413#M5540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently, for my use case, I am using a service principal with Account Admin permissions to call account-level APIs. For workspace-level APIs, I am using a separate service principal with Workspace Admin permissions.&lt;/P&gt;&lt;P&gt;Is there a way to avoid assigning the full Account Admin or Workspace Admin role to these service principals and instead grant only the minimum permissions required for the specific APIs they need to call?&lt;/P&gt;&lt;P&gt;I would also like to ensure that each service principal has access only to the required APIs and operations. For example, the account-level service principal should have only the necessary read/write permissions for the specific account-level APIs it uses, rather than having full Account Admin access.&lt;/P&gt;&lt;P&gt;Similarly, the workspace-level service principal should have only the required permissions for the specific workspace-level APIs.&lt;/P&gt;&lt;P&gt;I am looking for a least-privilege approach for assigning permissions to these service principals.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2026 13:29:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/account-api-and-workspace-api-rbac/m-p/166413#M5540</guid>
      <dc:creator>Abishrp</dc:creator>
      <dc:date>2026-08-25T13:29:19Z</dc:date>
    </item>
    <item>
      <title>How do ISVs prevent customers modifying a wheel deployed into their own Databricks workspace?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-do-isvs-prevent-customers-modifying-a-wheel-deployed-into/m-p/166402#M5538</link>
      <description>&lt;P&gt;We're an ISV. Our product is a DLT pipelines, batch jobs, a Databricks App, and MLflow&lt;BR /&gt;models — is installed into each customer's own Databricks workspace as a dedicated&lt;BR /&gt;deployment, using Asset Bundles with one target per customer. We maintain the code&lt;BR /&gt;centrally; customers never receive the repo. We're packaging it as a wheel and running&lt;BR /&gt;it via python_wheel_task.&lt;/P&gt;&lt;P&gt;What we need is integrity, not secrecy. We accept that a workspace admin can read the&lt;BR /&gt;code. What matters is that the code we shipped is the code that runs — so that when&lt;BR /&gt;results are wrong it's our bug, and when we report outcomes, they're attributable to our&lt;BR /&gt;logic rather than to a local change.&lt;/P&gt;&lt;P&gt;How are others handling this when the deployment lives in a workspace the customer&lt;BR /&gt;administers? Interested in what has worked in practice, and where you decided the extra&lt;BR /&gt;effort stopped being worth it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2026 11:49:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-do-isvs-prevent-customers-modifying-a-wheel-deployed-into/m-p/166402#M5538</guid>
      <dc:creator>vamsi_simbus</dc:creator>
      <dc:date>2026-08-25T11:49:30Z</dc:date>
    </item>
    <item>
      <title>What should I do if a business payment is made by cheque and the cheque gets bounced?</title>
      <link>https://community.databricks.com/t5/administration-architecture/what-should-i-do-if-a-business-payment-is-made-by-cheque-and-the/m-p/166199#M5535</link>
      <description>&lt;P class=""&gt;I’m looking for some general information about handling a situation where a business payment was made through a cheque, but the cheque was later returned unpaid by the bank.&lt;/P&gt;&lt;P&gt;What are the usual steps after a cheque is dishonoured? For example, when should the bank return memo, payment records, and other documents be collected, and when is a legal notice generally considered appropriate?&lt;/P&gt;&lt;P data-unlink="true"&gt;I’m particularly interested in understanding how &lt;STRONG&gt;cheque bounce cases&lt;/STRONG&gt; &amp;nbsp;are normally handled in India and what someone should consider before starting legal proceedings. It would also be useful to know whether consulting a lawyer early can help avoid procedural mistakes.&lt;/P&gt;&lt;P&gt;I came across &lt;STRONG&gt;Nair Law Chamber&lt;/STRONG&gt;, which discusses cheque bounce matters and the legal process involved, and I’m interested in hearing how others have approached similar situations.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Aug 2026 06:53:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/what-should-i-do-if-a-business-payment-is-made-by-cheque-and-the/m-p/166199#M5535</guid>
      <dc:creator>advocatesiddhar</dc:creator>
      <dc:date>2026-08-22T06:53:34Z</dc:date>
    </item>
    <item>
      <title>Estimating Databricks Annual Implementation and Licensing Costs in 2026</title>
      <link>https://community.databricks.com/t5/administration-architecture/estimating-databricks-annual-implementation-and-licensing-costs/m-p/166012#M5532</link>
      <description>&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Good evening. I am a data analyst and a Databricks Certified Data Engineer Associate. While I understand the platform from a technical perspective and recognize its value, I am still learning how to estimate the full financial impact of a Databricks implementation.&lt;/P&gt;&lt;P&gt;When discussing modernization with business leaders, questions often arise about migration, implementation, platform consumption, cloud infrastructure, support, training, and ongoing operational costs. I do not yet have a complete understanding of how these costs are calculated and presented.&lt;/P&gt;&lt;P&gt;To improve my understanding, I prepared a one-page document outlining the potential costs of migrating existing Power BI Dataflow Gen1, Tableau Prep, and Alteryx ETL workflows to the Databricks ecosystem.&lt;/P&gt;&lt;P&gt;If you have time, I would sincerely appreciate your review and feedback. Please let me know if I have missed any major cost components, assumptions, or potential expenses.&lt;/P&gt;&lt;P&gt;My main question is: For a medium-sized business, how can we reasonably estimate the total cash outflow required to implement, migrate to, and operate Databricks?&lt;/P&gt;&lt;P&gt;Any practical costing framework, real-world example, or guidance would be greatly appreciated. My goal is to strengthen both my technical and commercial understanding as I work toward becoming a Databricks consultant, prepare for future interviews, and evaluate modernization projects more confidently.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Nafi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2026 02:02:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/estimating-databricks-annual-implementation-and-licensing-costs/m-p/166012#M5532</guid>
      <dc:creator>nafikazi</dc:creator>
      <dc:date>2026-08-20T02:02:00Z</dc:date>
    </item>
    <item>
      <title>Microsoft Fabric One and Databricks Unity Catalog — Bidirectional Access Without Data Movement</title>
      <link>https://community.databricks.com/t5/administration-architecture/microsoft-fabric-one-and-databricks-unity-catalog-bidirectional/m-p/165986#M5529</link>
      <description>&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;Hi everyone,&lt;/P&gt;&lt;P class=""&gt;We're working in a hybrid environment with both Microsoft Fabric and Databricks, and I want to understand the options for &lt;STRONG&gt;virtualizing data between the two platforms without physically moving or duplicating it&lt;/STRONG&gt; — similar to how shortcuts work in Fabric OneLake.&lt;/P&gt;&lt;P class=""&gt;Specifically, I'm looking for guidance on both directions:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;1. Accessing Fabric OneLake data from Databricks&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;What's the recommended way to read Delta tables stored in OneLake directly from Databricks (e.g., registering OneLake paths as external tables in Unity Catalog via ABFS, using external locations/storage credentials)?&lt;/LI&gt;&lt;LI&gt;Are there limitations with Unity Catalog external locations pointing to OneLake (authentication, service principals, workspace-level access)?&lt;/LI&gt;&lt;LI&gt;Can OneLake data be governed under Unity Catalog while the data physically stays in OneLake?&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;2. Accessing Databricks Unity Catalog data from Fabric (like a shortcut)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;What's the current experience with &lt;STRONG&gt;OneLake shortcuts to ADLS Gen2&lt;/STRONG&gt; where Databricks Delta tables reside?&lt;/LI&gt;&lt;LI&gt;Has anyone used the &lt;STRONG&gt;Fabric mirroring for Azure Databricks Unity Catalog&lt;/STRONG&gt; feature? How well does it reflect UC metadata and keep tables in sync without copying data?&lt;/LI&gt;&lt;LI&gt;Any gotchas with Delta table features (deletion vectors, column mapping, liquid clustering) breaking readability on the Fabric side?&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;3. General considerations&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Performance implications of cross-platform virtualization vs. native storage&lt;/LI&gt;&lt;LI&gt;How governance/permissions behave when the same data is visible in both Unity Catalog and OneLake&lt;/LI&gt;&lt;LI&gt;Real-world experiences: does this dual-visibility setup work reliably in production?&lt;/LI&gt;&lt;LI&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/140491"&gt;@Genpact&lt;/a&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Aug 2026 13:09:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/microsoft-fabric-one-and-databricks-unity-catalog-bidirectional/m-p/165986#M5529</guid>
      <dc:creator>amitsharma1707</dc:creator>
      <dc:date>2026-08-19T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Account Console environment for demonstrating workspace management capabilities to clients ?</title>
      <link>https://community.databricks.com/t5/administration-architecture/account-console-environment-for-demonstrating-workspace/m-p/165867#M5526</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi Databricks Community,&lt;/P&gt;&lt;P&gt;Is there a way for Databricks partners to obtain access to an Account Console environment for demonstrating workspace management capabilities to clients?&lt;/P&gt;&lt;P&gt;We are looking for a sandbox, free-tier environment, or any partner lab setup that would allow us to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Build internal capability and hands-on expertise&lt;/LI&gt;&lt;LI&gt;Develop and demonstrate proof-of-concepts (POCs)&lt;/LI&gt;&lt;LI&gt;Showcase workspace administration and governance features to prospective clients&lt;/LI&gt;&lt;LI&gt;Support Data Warehouse Modernization discussions and help convert leads into opportunities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance, partner programs, or available demo environments would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Aug 2026 06:12:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/account-console-environment-for-demonstrating-workspace/m-p/165867#M5526</guid>
      <dc:creator>rkhand14_ltm</dc:creator>
      <dc:date>2026-08-18T06:12:31Z</dc:date>
    </item>
    <item>
      <title>Azure Databricks Serverless Compute Unable to Connect to Azure SQL MI Using Failover Group FQDN via</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-serverless-compute-unable-to-connect-to-azure/m-p/165820#M5524</link>
      <description>&lt;P&gt;We are using Azure Databricks Serverless Compute to connect to Azure SQL Managed Instance (SQL MI) through Network Connectivity Configuration (NCC) with Private Endpoint Rules. Connectivity works successfully when using the primary SQL MI FQDN. However, connectivity fails when the SQL Managed Instance is configured behind a Failover Group and the connection is attempted using the Failover Group listener FQDN. As a result, Databricks Serverless Compute is currently unable to establish a connection to Azure SQL MI via the Failover Group FQDN, while direct connections to the primary SQL MI endpoint continue to work as expected.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 14:16:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-serverless-compute-unable-to-connect-to-azure/m-p/165820#M5524</guid>
      <dc:creator>LokeshChikuru</dc:creator>
      <dc:date>2026-08-17T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Billing</title>
      <link>https://community.databricks.com/t5/administration-architecture/billing/m-p/165676#M5522</link>
      <description>&lt;P&gt;Hello, where can I find a breakdown of usage from the monitoring.azure_costs.costs_details table? I filtered MeterCategory = 'Foundry Models' to find out who is using which models, but the data there is only aggregated.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2026 13:54:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/billing/m-p/165676#M5522</guid>
      <dc:creator>kosarchik</dc:creator>
      <dc:date>2026-08-14T13:54:28Z</dc:date>
    </item>
    <item>
      <title>NetSuite JDBC Driver 8.10.190.0 - Databricks support</title>
      <link>https://community.databricks.com/t5/administration-architecture/netsuite-jdbc-driver-8-10-190-0-databricks-support/m-p/165585#M5518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently I'm trying to connect my databricks to Netsuite using Lakeflow connect. At the moment, Netsuite only provides JAR driver version&amp;nbsp;&lt;SPAN&gt;8.10.190.0. Would Databricks be supporting this version soon? If not yet, can I know when would Databricks be able to do so ? The reason of why I'm not trying to use the older versions is because in this version Netsuite has done some fix on some issues that occured in the older versions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please shed some light on this ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 01:13:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/netsuite-jdbc-driver-8-10-190-0-databricks-support/m-p/165585#M5518</guid>
      <dc:creator>xx1datageek</dc:creator>
      <dc:date>2026-08-13T01:13:11Z</dc:date>
    </item>
    <item>
      <title>X_NHC_CONTROL_PLANE_UNREACHABLE</title>
      <link>https://community.databricks.com/t5/administration-architecture/x-nhc-control-plane-unreachable/m-p/165576#M5516</link>
      <description>&lt;P&gt;I have this issue&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;[details] X_NHC_CONTROL_PLANE_UNREACHABLE: Instance failed network health check before bootstrapping with fatal error: X_NHC_CONTROL_PLANE_UNREACHABLE 2 failed component(s): control_plane internet Retryable: true Based on the failure results: List(entity: "**region**-c2.azuredatabricks.net" outcome: "unreachable" duration_sec: 281.2346 message: "curl: (28) Connection timed out after 10000 milliseconds" last_error_code: 28 , entity: "www.databricks.com" outcome: "unreachable" duration_sec: 225.03764 message: "curl: (28) Failed to connect to &amp;nbsp;www.databricks.com port 443 after 7603 ms: Connection timed out" last_error_code: 28 )(OnDemand)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i did all the network check recommanded by AI&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;No custom route tables&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;No custom DNS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;No failed Azure deployments&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;Correct NSG rules&lt;BR /&gt;what could be the issue in your opinion ? should i recreate the resource ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Aug 2026 20:51:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/x-nhc-control-plane-unreachable/m-p/165576#M5516</guid>
      <dc:creator>taglud_dbw</dc:creator>
      <dc:date>2026-08-12T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Unity Catalog Metric Views to be accessible to Custom Apps outside of DBX environment</title>
      <link>https://community.databricks.com/t5/administration-architecture/unity-catalog-metric-views-to-be-accessible-to-custom-apps/m-p/165520#M5511</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P class=""&gt;We have a requirement to expose &lt;STRONG&gt;Databricks Unity Catalog Metric Views&lt;/STRONG&gt; to custom applications running outside the Databricks environment.&lt;/P&gt;&lt;P&gt;The application team would like to consume governed KPIs and metrics through APIs such as &lt;STRONG&gt;REST or GraphQL&lt;/STRONG&gt;, rather than accessing them directly through Databricks applications or SQL interfaces.&lt;/P&gt;&lt;P&gt;I’d like to understand the recommended Databricks architecture for this use case:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Does Databricks provide an &lt;STRONG&gt;out-of-the-box REST or GraphQL API&lt;/STRONG&gt; for querying Unity Catalog Metric Views from external applications?&lt;/LI&gt;&lt;LI&gt;If not, is the recommended approach to build a &lt;STRONG&gt;custom API/service layer&lt;/STRONG&gt; that queries the Metric Views through Databricks SQL?&lt;/LI&gt;&lt;LI&gt;For applications requiring &lt;STRONG&gt;high concurrency and millisecond-level response times&lt;/STRONG&gt;, would it make sense to materialize or synchronize the calculated metric data into &lt;STRONG&gt;Lakebase&lt;/STRONG&gt; and expose it through an application/API layer?&lt;/LI&gt;&lt;LI&gt;Would this introduce duplication between the governed Metric Views in Unity Catalog and the serving layer in Lakebase? If so, what is the recommended approach for keeping the metric definitions and serving data consistent?&lt;/LI&gt;&lt;LI&gt;From an architecture perspective, which pattern would Databricks recommend:&lt;BR /&gt;&lt;STRONG&gt;Custom App → API → Databricks SQL → UC Metric Views&lt;/STRONG&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;STRONG&gt;Custom App → API → Lakebase ← Metric Views / Databricks pipelines&lt;/STRONG&gt;?&lt;/LI&gt;&lt;LI&gt;Are there other Databricks-native capabilities better suited for providing &lt;STRONG&gt;low-latency, highly concurrent access to governed metrics&lt;/STRONG&gt; for external applications?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The main objective is to maintain &lt;STRONG&gt;Unity Catalog Metric Views as the governed semantic/metrics layer&lt;/STRONG&gt;, while providing external applications with a scalable, low-latency API-based consumption model.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Venkat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 15:12:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unity-catalog-metric-views-to-be-accessible-to-custom-apps/m-p/165520#M5511</guid>
      <dc:creator>vkondepati</dc:creator>
      <dc:date>2026-08-12T15:12:41Z</dc:date>
    </item>
    <item>
      <title>Databricks App architecture with AppKit  - agentic app with governed write-back functionality</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-app-architecture-with-appkit-agentic-app-with/m-p/165455#M5509</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am currently working on&amp;nbsp;an internal application for editing and analyzing forecast data built and hosted via&amp;nbsp;Databricks Apps. I would appreciate a sanity check from anyone who has taken AppKit&amp;nbsp;into production as I am planning on utilizing the official AppKit&amp;nbsp;TypeScript SDK to leverage pre-built plugins, alongside agent orchestration using LangChain Python SDK behind a Model Serving endpoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The users would ask an LLM-driven conversational agent questions about forecast data, based on which the agent would be able to query the relevant data and get back tables and charts. The trickier part is that application should allow users to edit and modify the returned data either by natural-language prompts or directly in an interactive table, and then those overrides should be written back to the underlying tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any established AppKit patterns or plugins&amp;nbsp;for transactional write-back and optimistic concurrency control and audit history, or more bespoke solutions are needed. My current thinking is to use Lakebase via its plugin and an append-only history table. Perhaps a Python-based architecture (e.g. Dash) with hand-build flows would be more suitable?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any architecture examples, lessons learned, or documentation pointers.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 10:12:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-app-architecture-with-appkit-agentic-app-with/m-p/165455#M5509</guid>
      <dc:creator>Fortinbras</dc:creator>
      <dc:date>2026-08-12T10:12:02Z</dc:date>
    </item>
    <item>
      <title>Azure Databricks Default Package Repository with Azure Key Vault-backed Secret Scope</title>
      <link>https://community.databricks.com/t5/administration-architecture/azure-databricks-default-package-repository-with-azure-key-vault/m-p/165320#M5507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m trying to configure Default Python Package Repository in an Azure Databricks workspace and would like to clarify whether the predefined secret scope can be backed by Azure Key Vault.&lt;/P&gt;&lt;P&gt;According to the documentation, Default Package Repository can use the predefined secret scope:&lt;/P&gt;&lt;P&gt;databricks-package-management&lt;/P&gt;&lt;P&gt;with the following keys:&lt;/P&gt;&lt;P&gt;pip-index-url&lt;BR /&gt;pip-extra-index-urls&lt;BR /&gt;pip-cert&lt;/P&gt;&lt;P&gt;The documentation shows an example using:&lt;/P&gt;&lt;P&gt;databricks secrets create-scope databricks-package-management followed by put-secret commands.&lt;/P&gt;&lt;P&gt;However, I cannot find an explicit statement saying that databricks-package-management must be a Databricks-backed secret scope.&lt;/P&gt;&lt;P&gt;The documentation also describes two types of secret scopes, including Azure Key Vault-backed scopes. An Azure Key Vault-backed scope is read-only from the Databricks side, so the secrets would be created directly in Azure Key Vault rather than using databricks secrets put-secret.&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;Has anyone successfully configured Default Package Repository using databricks-package-management as an Azure Key Vault-backed secret scope?&lt;/P&gt;&lt;P&gt;I have already tested this configuration. The Key Vault-backed scope exists and contains pip-index-url, and Databricks can read the secret through the scope.&lt;/P&gt;&lt;P&gt;However, I cannot specify the secret scope in the Default Package Repositories UI, and I would like to understand whether Databricks automatically resolves the predefined databricks-package-management scope or whether this functionality specifically requires a Databricks-backed scope.&lt;/P&gt;&lt;P&gt;Has anyone tested this configuration and got it working?&lt;/P&gt;&lt;P&gt;Alternatively, does anyone have official information or a technical reference confirming that databricks-package-management must use a Databricks-backed scope and cannot use an Azure Key Vault-backed scope?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 08:19:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/azure-databricks-default-package-repository-with-azure-key-vault/m-p/165320#M5507</guid>
      <dc:creator>kfadratek</dc:creator>
      <dc:date>2026-08-11T08:19:09Z</dc:date>
    </item>
  </channel>
</rss>

