- 458 Views
- 1 replies
- 1 kudos
No Egress for Serverless Workspace
Hello,I have a problemimport socket print(socket.gethostbyname("google.com"))[Trace ID: 00-9e5667936e24418dae4c39a9ed003a22-a43a5f2ca9b14451-00] --------------------------------------------------------------------------- gaierror ...
- 458 Views
- 1 replies
- 1 kudos
- 1 kudos
Greetings @Janis404 , Nice work pulling system.access.outbound_network and narrowing this to serverless. That table is where the answer lives, so let me walk through what it's telling you. Read the log rows first: access_type is DROP, which is real ...
- 1 kudos
- 302 Views
- 1 replies
- 0 kudos
X-Forwarded-Access-Token occasionally return stale values from a previous session
Hi all,I'm running a Streamlit app on Databricks Apps with On-Behalf-Of User Authorization enabled. We've observed that X-Forwarded-Access-Token and X-Forwarded-Email sometimes return values that belong to a previous session(logged out other user, us...
- 302 Views
- 1 replies
- 0 kudos
- 0 kudos
This almost always turns out to be st.cache_resource on the connection, not the reverse proxy reusing anything. You said you checked your st.cache_data functions and they key on username, which is the right instinct, but the leak usually hides in wha...
- 0 kudos
- 384 Views
- 2 replies
- 1 kudos
How to change passkey device for partner-academy.databricks.com?
Hi there,I've registered to partner-academy.databricks.com with my Slalom account, and it requires mobile phone passkey on each login. The problem is the passkey I've configured long ago is on my old phone and I can't find place in that web site that...
- 384 Views
- 2 replies
- 1 kudos
- 621 Views
- 3 replies
- 1 kudos
Resolved! enable databricks in azure for the whole tenant
Hi,We have to enable the databricks in azure cloud for the whole organisation in azure.I want to know the very 1st level i.e how to enable or integrate the databricks account with azure tenant and after that how I can enbale it for selected subscript...
- 621 Views
- 3 replies
- 1 kudos
- 1 kudos
@szymon_dybczak Thanks for the response and well explanation.I have another question related to vnet injection architecture. So as per you we can create a management group and include all the subscription in that management group and will apply the p...
- 1 kudos
- 673 Views
- 3 replies
- 1 kudos
Resolved! Oracle Connectivity - CDC
Hi Team,Has Databricks released CDC(Change data Capture) for Oracle Ingestion(public preview or GA)?I was able to see this option in free edition but want to make sure.Please check attached screenshot.Also, I understand that there are steps mentioned...
- 673 Views
- 3 replies
- 1 kudos
- 1 kudos
Answer: Not yet.As of now, Oracle is not listed as a supported CDC (Change Data Capture) database connector in Lakeflow Connect managed CDC connectors.Databricks has recently introduced Query-Based Connectors for databases including Oracle. These con...
- 1 kudos
- 1314 Views
- 1 replies
- 0 kudos
Genie Code Usage Dashboard
As of July 8th, 2026, Genie - including Genie Code, Genie Agents, and Genie One - moved to a pay-as-you-go model. Databricks gives account admins the tools for their side of the problem: budgets that track per-user spend, block usage beyond a per-use...
- 1314 Views
- 1 replies
- 0 kudos
- 0 kudos
I built the same however i paramterized queries based on workspace and even implemented RLS to that , we have even implemented alerts etc
- 0 kudos
- 1896 Views
- 3 replies
- 3 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...
- 1896 Views
- 3 replies
- 3 kudos
- 3 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"] }}
- 3 kudos
- 418 Views
- 2 replies
- 0 kudos
Clarification on Auto Loader Managed File Events with Unity Catalog Managed Volumes
Hi Databricks Team,I'm trying to understand how Auto Loader Managed File Events work with Unity Catalog Managed Volumes, and I'm looking for some clarification.My understandingI create an External Location: CREATE EXTERNAL LOCATION app_ext_locURL 's...
- 418 Views
- 2 replies
- 0 kudos
- 0 kudos
The confusion here usually stems from overlapping two different architectural concepts: the "Landing Zone" (where raw data arrives) and "Managed Storage" (where Databricks governs the data lifecycle).To address your questions directly:1. Does Databri...
- 0 kudos
- 248 Views
- 1 replies
- 2 kudos
SPOG discovery probe failed
Databricks adapter: SPOG discovery probe to 'https://adb-1235610976271489.3.azuredatabricks.net/.well-known/databricks-config' failed after 3 attempts (last error: HTTPSConnectionPool(host='adb-1235610976271489.3.azuredatabricks.net', port=443): Max ...
- 248 Views
- 1 replies
- 2 kudos
- 2 kudos
In simple terms, this error means:Your computer tried to connect to your Databricks workspace, but it couldn't verify the website's security certificate.The important part is: certificate verify failed: self-signed certificate in certificate chain ...
- 2 kudos
- 425 Views
- 1 replies
- 0 kudos
Zerobus ingestion fails in Databricks
I have premium databricks and i am trying to use ZeroBus with java SDK. my SP has admin rights and the righst below have been granted to the zerobus table GRANT USE CATALOG ON CATALOG <catalog> TO `<service-principal-id>`; GRANT USE SCHEMA ON SCHEMA ...
- 425 Views
- 1 replies
- 0 kudos
- 0 kudos
Use a Databricks OAuth token for Zerobus, not a PAT or a federated/token-exchange token. The Java SDK docs now use client_id + client_secret, and Zerobus requires a token scoped to api://databricks/workspaces/<workspace_id>/zerobusDirectWriteApi with...
- 0 kudos
- 749 Views
- 3 replies
- 3 kudos
Resolved! Did something change with the setup of Unity Catalogs?
Just some background. I deliver quite some trainings on Azure Databricks and in these trainings students have to provisions their own Azure Databricks workspace and UC. In the past this always went smoothly.Go to the Azure Portal Create a storage acc...
- 749 Views
- 3 replies
- 3 kudos
- 3 kudos
Hi Ogbenisho,I have one follow up question on the 6 steps you describe:In step 4 and 5 you assume there is already a UC metastore to create the credentials and external location in.And then in step 6 you create it the UC metastoreBu what if you have ...
- 3 kudos
- 639 Views
- 3 replies
- 0 kudos
Integration of mongodb and Databricks Serverless
Hi, I'm looking to integrate the databricks serverless workspace with Mongodb atlas through the private endpoint route. Created a NCC rule from databricks. From Mongodb side I cannot see the request to approve the connection, Thanks, Tarun
- 639 Views
- 3 replies
- 0 kudos
- 821 Views
- 2 replies
- 0 kudos
Resolved! How to monitor and kill rogue Genie benchmark evaluation processes?
I started a Genie benchmark evaluation process, but it is unable to complete and continues to run (with Execution Status = Running). I am unable to pause/stop the process - I have tried using the Pause button for the overall evaluation process and ev...
- 821 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @Ashwin_DSA , thanks so much for your suggestion, that worked a treat and this is now resolved.
- 0 kudos
- 183 Views
- 0 replies
- 0 kudos
Databricks Training - DNS Issue?
We have some users who are unable to access Databricks training by using SSO. They start with Databricks Training Login: Data Engineering & AI Learning | Databricks and then when choosing Continue with Azure login option from they get this error pag...
- 183 Views
- 0 replies
- 0 kudos
- 650 Views
- 5 replies
- 1 kudos
How to limit the AI/BI dashboard sharing people-picker to workspace members
Dear community,We follow the environment-isolation guidance in [1], relying on between-workspace and within-workspace separation (Unity Catalog, catalog-workspace bindings, ACLs). In our case we have different groups of users each assigned to their o...
- 650 Views
- 5 replies
- 1 kudos
- 1 kudos
Today there's no admin setting today that scopes the "add people" search to just your workspace, it's an account-wide search by design since AI/BI dashboards are shareable with any account user regardless of workspace membership. One thing that can h...
- 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
89 -
Public Preview
1 -
Service Principals
1 -
Unity Catalog
1 -
Workspace
2
- « Previous
- Next »
| User | Count |
|---|---|
| 121 | |
| 55 | |
| 38 | |
| 36 | |
| 25 |