- 478 Views
- 3 replies
- 1 kudos
External connectivity to VNET Injected & SCC enabled workspace
Hi All,We have a Databricks installation that is in our internal azure vnets (using vnet injection). And secure cluster connectivity is enabled as well. We have couple of external partners who wants to connect to our workspaces using APIs and JDBC. W...
- 478 Views
- 3 replies
- 1 kudos
- 1 kudos
Hi mat723, That approach is sound and is actually a fairly common pattern. Standing up a public-facing proxy/gateway that is locked down to only the partner's IP ranges, with the backend connecting to the Databricks workspace over Private Link, gives...
- 1 kudos
- 1153 Views
- 6 replies
- 4 kudos
Resolved! Databricks Apps Processes and Pain Points
I'm really interested in learning the processes of the creation and use of Databricks Apps in production that people are using right now. Anybody who has done so, I'd love it if you could provide info on what some of your pain points during these pro...
- 1153 Views
- 6 replies
- 4 kudos
- 4 kudos
Hi @odrobek, Great question -- Databricks Apps is still maturing, and sharing real-world workflows helps everyone. I have been working with Apps across several projects, so here is a rundown of what the production development cycle typically looks li...
- 4 kudos
- 601 Views
- 2 replies
- 1 kudos
Resolved! Streamlit alternative
Hi all,I have a simple app that contains an editable grid and displays some graphs. The Streamlit app is slow, and end users need a faster solution. We are using sql warehouse (serverless)The app will show data of the existing delta tables and user w...
- 601 Views
- 2 replies
- 1 kudos
- 1 kudos
I have had good results using Dash for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit. Why Dash works well for your use case: Charts: Plotly (built into Dash) gives you interactive charts and good ...
- 1 kudos
- 5667 Views
- 6 replies
- 3 kudos
Resolved! How to create Storage Credential using Service Principal [Azure]
As the document indicates, An Azure Databricks access connector is a first-party Azure resource that lets you connect managed identities to an Azure Databricks account. You must have the Contributor role or higher on the access connector resource in ...
- 5667 Views
- 6 replies
- 3 kudos
- 3 kudos
Late reply.The databricks managed Access Connector is used by Databricks to manage its own "managed storage account" ( the one with the randomized characters in the name), which is used "for its own business", when spinning up and managing compute cl...
- 3 kudos
- 1070 Views
- 2 replies
- 1 kudos
Using Terraform to GRANT SELECT ON ANY FILE securable
I have a use case where service principals will read .csv files from Azure Storage Account and create views from them. This used to work in our legacy environment but we are currently migrating to Unity Catalog and when we tested our existing jobs we...
- 1070 Views
- 2 replies
- 1 kudos
- 1 kudos
How about... (not tried it myself)resource "databricks_sql_permissions" "grant_select_any_file" {any_file = true privilege_assignments { principal = "your-role" privileges = ["SELECT"] }}
- 1 kudos
- 2928 Views
- 5 replies
- 5 kudos
Resolved! Azure Databricks Control Plane connectivity issue after migrating to vWAN
Hello everyone,Recently, I received a client request to migrate our Azure Databricks environment from a Hub-and-Spoke architecture to a vWAN Hub architecture with an NVA (Network Virtual Appliance).Here’s a quick overview of the setup:The Databricks ...
- 2928 Views
- 5 replies
- 5 kudos
- 5 kudos
@nodeb Can you please mark your reply as solution. It will help other users find the resolution fast.
- 5 kudos
- 464 Views
- 2 replies
- 1 kudos
Resolved! Guidance Needed on Databricks Project Lifecycle & Best Practices
Hello Community,Our company is new to Databricks implementations, and we are starting our initial projects. We would like to understand the typical project lifecycle and best practices followed by experienced teams.Could you please share insights on:...
- 464 Views
- 2 replies
- 1 kudos
- 1 kudos
Hey @vamsi_simbus , I work in the training delivery organization as a trainer. My best advise is to create a Databricks Academy account and take the free self-paced training. Two courses in particular come to mind: DevOps Essentials for Data Enginee...
- 1 kudos
- 769 Views
- 5 replies
- 1 kudos
Resolved! Hive Metastore - Disable Legacy Access option not found
Hi,I've just provisioned a new Databricks Workspace and I would like to enable the hive megastore for some testing. The problem is I cannot find the "Disable legacy access" setting. I went several times to Workspace Settings -> Security but it is jus...
- 769 Views
- 5 replies
- 1 kudos
- 1 kudos
Yes — that’s correct. In a new account, legacy features are disabled by design. That includes the Databricks-hosted workspace Hive metastore. You cannot enable or use Hive the way it was historically used inside a workspace. That path is closed. If y...
- 1 kudos
- 396 Views
- 1 replies
- 0 kudos
Resolved! I would like to find my account manager
Hey, I'm the technical manager at Playstudios, I'm trying to reach out to our account manager in Israel. she's not answering my email/messages. Do we have a different account manager? Please reach our to me ASAP. Thanks, Liraz Nahmias
- 396 Views
- 1 replies
- 0 kudos
- 0 kudos
Hello @liraznahmias!Hope the issue has been resolved and that you’ve received a response from your Account Executive.
- 0 kudos
- 2203 Views
- 4 replies
- 3 kudos
Resolved! AWS-Databricks' workspace attached to a NCC doesn't generate Egress Stable IPs
I am facing an issue when configuring a Databricks workspace on AWS with a Network Connectivity Configuration (NCC).Even after attaching the NCC, the workspace does not generate Egress Stable IPs as expected.In the workspace configuration tab, under ...
- 2203 Views
- 4 replies
- 3 kudos
- 3 kudos
Hello @Sai_Ponugoti I'm facing the exact same issue. The NCC doesn't generate the egress IPs. I'm on the premium plan, but on a trial period. I have added payment method to the account. But still the configuration shows: "Egress Stable IPs: ." Could ...
- 3 kudos
- 679 Views
- 2 replies
- 1 kudos
Resolved! Asset Bundles + GitHub Actions: why does bundle deploy re-create UC schema and volume every run?
Hi everyone,I’m working with Databricks Asset Bundles and deploying via GitHub Actions (CI/CD). I’m seeing behavior I don’t fully understand.On every pipeline run (fresh git checkout/pull and then databricks bundle deploy to the same target environme...
- 679 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @Ale_Armillotta , To answer each of your questions: Is this expected behavior for Asset Bundles Yes, deploy is declarative and will attempt “create” whenever the bundle’s tracked state doesn’t already include that resource (names aren’t used to co...
- 1 kudos
- 2301 Views
- 4 replies
- 0 kudos
Error: PERMISSION_DENIED: AWS IAM role does
Hello, We are trying to setup a new workspace. However we are getting following error. Workspace failed to launch.Error: PERMISSION_DENIED: AWS IAM role does not have READ permissions on url s3://jk-databricks-prods3/unity-catalog/742920957025975.Pl...
- 2301 Views
- 4 replies
- 0 kudos
- 0 kudos
I am assuming you are creting this manually and not using terraform .Is s3://jk-databricks-prods3/unity-catalog/742920957025975 the external storage location for your UC Metastore . Can you check if the storage credential used by this external storag...
- 0 kudos
- 348 Views
- 1 replies
- 0 kudos
Resolved! Recovery of Notebooks from Retired Community Edition Workspace
Hello,I had many notebooks in the legacy Databricks Community Edition that was retired at the end of 2025. The login link (community.cloud.databricks.com) no longer works and I cannot access my old workspace or notebooks.The automated migration banne...
- 348 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @OGSN7 ,Unfortunately, Databricks Community Editon has been shutdown at January 1, 2026. So there's no way to restore your content. From now on you should use Free Edition.https://community.databricks.com/t5/announcements/psa-community-edition-ret...
- 0 kudos
- 515 Views
- 5 replies
- 0 kudos
Resolved! App Insights Viewer Data
We would like to display some "usage" data from an App, specifically using the Insights "Viewers" data. Is that data available for us to query via system tables or access via API, or only via the UI?
- 515 Views
- 5 replies
- 0 kudos
- 0 kudos
Hi @sarahbhord,Thanks for the response I did try those queries without any luck. I was hoping the User Authorization Actions example would work, but it doesn't return any results. We are using the preview feature Databricks Apps - On-Behalf-Of User A...
- 0 kudos
- 935 Views
- 6 replies
- 1 kudos
Real-time output missing when using “Upload and Run File” from VS Code
I am running Python files on a Databricks cluster using the VS Code Databricks extension, specifically the “Upload and Run File” command.I cannot get real-time output in the Debug Console. I have checked the official docs:https://learn.microsoft.com/...
- 935 Views
- 6 replies
- 1 kudos
- 1 kudos
@Dali1 I have even tried to describe https://github.com/databricks/databricks-vscode/issues/1813 and to fix on https://github.com/databricks/databricks-vscode/pull/1814, unfortunately no one seems to be interested in this.
- 1 kudos
-
Access control
1 -
Apache spark
1 -
Azure
7 -
Azure databricks
5 -
Billing
2 -
Cluster
1 -
Compliance
1 -
Data Ingestion & connectivity
5 -
Databricks Runtime
1 -
Databricks SQL
2 -
DBFS
1 -
Dbt
1 -
Delta Sharing
1 -
DLT Pipeline
1 -
GA
1 -
Gdpr
1 -
Github
1 -
Partner
75 -
Public Preview
1 -
Service Principals
1 -
Unity Catalog
1 -
Workspace
2
- « Previous
- Next »
| User | Count |
|---|---|
| 118 | |
| 53 | |
| 38 | |
| 36 | |
| 25 |