- 1800 Views
- 1 replies
- 1 kudos
Resolved! REST API workspace list content doesn't work with Queries
Hi, I'm trying to export the SQL Queries in certain folders in workspace, but the list content API callGET /api/2.0/workspace/list doesnt work with queries? how should I export only queries in a certain folder in workspace? Thank you very much
- 1800 Views
- 1 replies
- 1 kudos
- 1 kudos
@Xyguo - Currently, exporting a SQL query file is not supported. Kindly create an idea feature request by following the article listed - https://docs.databricks.com/en/resources/ideas.html#create-an-idea-in-the-ideas-portal to raise a feature reques...
- 1 kudos
- 8182 Views
- 2 replies
- 1 kudos
Resolved! Multiple orphan vms in managed resource group after starting and terminating my personal cluster
Hi today, i had problem with starting the cluster and therefore i did multiple times star and terminating. The problem is that this actions always started one new VM in the managed resource group but never turned it off. Therefore i ended up with mul...
- 8182 Views
- 2 replies
- 1 kudos
- 1 kudos
It always takes a few minutes, even 10, before the machine is terminated in Azure. It is better to set a pool of machines in data bricks and use them from there so we will not be keeping Zombie machines.
- 1 kudos
- 2336 Views
- 0 replies
- 1 kudos
Databricks Enhances Job Monitoring with Duration Thresholds for Workflow
Databricks has introduced Duration Thresholds for workflows. This new addition allows users to set time limits for workflow execution, significantly improving monitoring of job performance. When a job exceeds the preset duration, the system triggers ...
- 2336 Views
- 0 replies
- 1 kudos
- 794 Views
- 0 replies
- 0 kudos
Multi bronze layers : multi client data
data coming in from multiple sources belonging to multiple customers.Should I create Single storage account name it bronze and then separate containers for each client's data to be put in.And then merge the data in the silver layer. What's the best p...
- 794 Views
- 0 replies
- 0 kudos
- 5827 Views
- 1 replies
- 0 kudos
Resolved! Can't set account admin using Terraform
I want to set the account admin for a service principal in order to create the Unity Catalog metastore. The Terraform code looks like this: data "databricks_service_principal" "application" { count = var.environment == "dev" ? 1 : 0 application_...
- 5827 Views
- 1 replies
- 0 kudos
- 4979 Views
- 2 replies
- 0 kudos
INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error with S3 paths
We're trying to read from an S3 bucket using unity catalog and are selectively getting "INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error" errors within the same bucket. This works: "dbutils.fs.ls("s3://BUCKETNAME/dev/he...
- 4979 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi,Could you please elaborate on the issue here? Running the list command on a managed directory is not supported in Unity Catalog. Catalog/schema storage locations are reserved for managed storage.Please tag @Debayan with your next comment which wi...
- 0 kudos
- 1740 Views
- 1 replies
- 0 kudos
Bitbucket Repo Add Assistance
I am trying to add a Bitbucket cloud repo to my workspace, but keep getting a credentials invalid error. I made sure to set a username and generate an app password with repo read write permissions. What am i doing wrong?
- 1740 Views
- 1 replies
- 0 kudos
- 0 kudos
Hello,Did you also set the password in User Settings > Git integration ? If so can you paste the full error?
- 0 kudos
- 922 Views
- 0 replies
- 0 kudos
An user is assigned multiple groups but unable to query a data table
Hi all, I have a user who is enrolled in multiple groups within databricks but she is only able to query one of the query tables based on the original group assigned. For example:Group 1 will only be able to view data where [group] (column) = 'group1...
- 922 Views
- 0 replies
- 0 kudos
- 3778 Views
- 1 replies
- 1 kudos
Resolved! OIDC account-level SSO and SAML workspace-level SSO
Hey folks! I am seeking clarity for this passage in documentation: "This means that SSO for your account and SSO for each workspace must be managed separately. You should configure SSO to the the same identity provider at the account and on your work...
- 3778 Views
- 1 replies
- 1 kudos
- 1 kudos
If both are pointing to the same IDP then it should not be a problem.
- 1 kudos
- 4013 Views
- 5 replies
- 0 kudos
How to hide workspace to which I don't have access anymore?
In my Account Console and workspace selector I'm seeing a list of 10 workspaces, but to half of them I don't have access anymore (as intended). How can I remove these workspaces which have become irrelevant for me from this view?
- 4013 Views
- 5 replies
- 0 kudos

- 0 kudos
Hi @FrankBarten Hope you are well. Just wanted to see if you were able to find an answer to your question and would you like to mark an answer as best? It would be really helpful for the other members too. Cheers!
- 0 kudos
- 3003 Views
- 1 replies
- 5 kudos
Metrics are the lifeblood of every business. They help measure performance, track progress, and optimize decision-making. Unfortunately, however, most...
Metrics are the lifeblood of every business. They help measure performance, track progress, and optimize decision-making. Unfortunately, however, most projects' metrics are buried in code and scattered across different tools and platforms. This makes...
- 3003 Views
- 1 replies
- 5 kudos
- 3406 Views
- 1 replies
- 0 kudos
Connection Error
I am getting this type of erro "com.databricks.spark.sqldw.SqlDWConnectorException: Exception encountered in Azure Synapse Analytics connector code" while loading the data into Synapse. I am able to load other tables with the same connection. Not sur...
- 3406 Views
- 1 replies
- 0 kudos

- 0 kudos
The error message you provided indicates that an exception occurred in the Azure Synapse Analytics connector code while loading data into Synapse. This can happen due to various reasons, such as issues with the table structure, data type compatibilit...
- 0 kudos
- 964 Views
- 1 replies
- 0 kudos
Want to learn more about system tables
Where can I learn more about system tables? Looking for docs or usage stories! Thanks
- 964 Views
- 1 replies
- 0 kudos

- 0 kudos
Please refer to this - https://docs.databricks.com/administration-guide/system-tables/index.html
- 0 kudos
- 1541 Views
- 1 replies
- 0 kudos
Can I use Databricks as a Backend?
Hi, I am new to Databricks and I am exploring its CE. I have data science background and I am building an analytics webapp, instead of connecting to Supabase or other back-end services, is it possible for me to connect to Databricks directly? I could...
- 1541 Views
- 1 replies
- 0 kudos

- 0 kudos
How about the Databricks REST API? DB offers a comprehensive REST API that allows you to programmatically interact with Databricks resources. You can use this API to submit jobs, run queries, manage clusters, and perform various other operations.
- 0 kudos
- 914 Views
- 1 replies
- 0 kudos
Single Sign On with Duo - Redirect Error
Hi,Has anybody tried using Duo for SSO (Single Sign On)?We used OIDC on Duo, and getting this error when we test. Basically, after we get authenticated by Duo, the redirect page shows up like this:Any tips would be greatly appreciated. Thanks!
- 914 Views
- 1 replies
- 0 kudos

- 0 kudos
Hi @yubin-apollo We are reaching out to inform you that Databricks Community has migrated to a new service provider. As a result, all users and published content are migrated on June 24, 2023.This change will enhance your overall Databricks Community...
- 0 kudos
Join Us as a Local Community Builder!
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now-
Access control
1 -
Apache spark
1 -
AWS
5 -
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
4 -
Delta Sharing
1 -
DLT Pipeline
1 -
GA
1 -
Gdpr
1 -
Github
1 -
Partner
20 -
Public Preview
1 -
Service Principals
1 -
Unity Catalog
1 -
Workspace
2
- « Previous
- Next »
User | Count |
---|---|
43 | |
34 | |
25 | |
17 | |
10 |