- 2484 Views
- 13 replies
- 2 kudos
No workspace in Free Edition
Hi, I have been using free edition from some time using my this mail id. But from last 3-4 days I can’t see any workspace. when ever I am logging in I am getting two accounts name and In no workspace is available. When I tried creating another accoun...
- 2484 Views
- 13 replies
- 2 kudos
- 2 kudos
It sounds like you're signing into the wrong Atlassian account. Try logging in with the account that originally owned the workspace or a different sign-in method (Google, Microsoft, email). If the unused account is blocking you due to the free plan l...
- 2 kudos
- 432 Views
- 2 replies
- 0 kudos
Databricks Free Edition – No Workspace Available
Hello Databricks Community,I recently created a Databricks Free Edition account. Although my account is active and I can sign in successfully, no workspace is available. The account console displays the following message: “You are not a member of any...
- 432 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi LeandroVeiga10, This issue is affecting the Free Edition in certain areas. Create a new Free Edition account and select the Singapore region instead of the US or your default region during sign-up. You should be able to complete your studies and w...
- 0 kudos
- 695 Views
- 3 replies
- 1 kudos
Resolved! NCC private endpoint cannot be added
hi,Trying to set up serverless compute and can't create a private endpoint because "Private access endpoint service {endpoint name} is not supported because {endpoint name} is not supported for account {account name}". Following this thread but stuck...
- 695 Views
- 3 replies
- 1 kudos
- 1 kudos
On AWS, all private connectivity from serverless compute runs through a network connectivity configuration. The NCC is an account-level object that holds private endpoint rules, and attaching it to a workspace is what routes serverless traffic throug...
- 1 kudos
- 335 Views
- 2 replies
- 0 kudos
Databricks Cost for additional Workspace in Azure
I am planning to create an additional workpace in Databricks. I just want to know if there is any additional cost in terms of billing. thanks in advance for the reponse.
- 335 Views
- 2 replies
- 0 kudos
- 0 kudos
There is no charge to create workspaces. Please go ahead and create one. While you create one, pay close attention to the networking tab. By default, it creates a virtual network and the associated costs for it, you will have to bear. You can simply ...
- 0 kudos
- 621 Views
- 2 replies
- 0 kudos
Group manage permission using terraform
I am creating groups in databricks using terraform. The service principal used to create these groups automatically get Manage permission on respective groups, but I want to assign this manage permission on all groups to one specific admin group. I c...
- 621 Views
- 2 replies
- 0 kudos
- 0 kudos
Group manager is not a permission in `databricks_permissions`, it is an account-level role, and the resource that assigns those roles is `databricks_access_control_rule_set`.If you want your admin group to manage every group in the account, including...
- 0 kudos
- 602 Views
- 3 replies
- 0 kudos
Setup Before Trainning
I have a training tomorrow, and I am missing notebooks that they send to be able to follow the training. Does anyone have them to share them? I already reached out to Databricks twice and see no hope.
- 602 Views
- 3 replies
- 0 kudos
- 0 kudos
The notebooks are usually available within the Academy portal, and you can download them there. The instructors dedicate the first 15 minutes to environment setup and troubleshooting. If you encounter issues, notify the instructor in the meeting chat...
- 0 kudos
- 353 Views
- 2 replies
- 1 kudos
Workload Identity Federation on ADO for account level provider
I am using Workload Identity Federation for ADO pipelines to authenticate to databricks.I followed https://docs.databricks.com/aws/en/dev-tools/auth/provider-azure-devopsIt works with workspace url but doesn't work with account level url.I get error:...
- 353 Views
- 2 replies
- 1 kudos
- 1 kudos
You are using:Azure-style host: https://accounts.azuredatabricks.netAzure env vars: ARM_CLIENT_ID, ARM_TENANT_IDPlus DATABRICKS_CLIENT_IDThat often makes the SDK try a different OIDC flow than intended (hitting /oidc/accounts/<id>/v1/token) and faili...
- 1 kudos
- 482 Views
- 1 replies
- 1 kudos
Databricks App with Proprietary packages and code
Hello Databricks community,I have built an application that has a lot of proprietary code and packages that I chose not to show for the public- I just want my service to be accessible for the people who install the application through a Streamlit fro...
- 482 Views
- 1 replies
- 1 kudos
- 1 kudos
Hey Antoine, great questions — this is a common challenge when building commercial apps on Databricks. Let me address each area directly.The fundamental tradeoffThe core tension here is architectural: when code runs in the user's workspace, it's very...
- 1 kudos
- 528 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 ...
- 528 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
- 356 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...
- 356 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
- 474 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...
- 474 Views
- 2 replies
- 1 kudos
- 761 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...
- 761 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
- 948 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...
- 948 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
- 1722 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...
- 1722 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
- 1975 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...
- 1975 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
-
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 |