Databricks Community is an open-source platform for data enthusiasts and professionals to discuss, share insights, and collaborate on everything related to Databricks. Members can ask questions, share knowledge, and support each other in an environment that ensures respectful interactions.
Hi. I am trying to create a new databricks app and I get the following error "Failed to create app [appname]. User does not have permission to grant resource sql-warehouse." Can someone tell me wha...
Is it possible to use a photon enabled cluster in the community edition? I want to use DBR 13.3 LTS, but choosing that there is no option to enable photon. I want to use test the spati...
Hello, I have a job with a task of type "Run Job". Everything is deployed using asset bundles and the deployment works fine, however when running the job, the Job step fails with error "PERMISSION D...
Hi, We want to enable some system system tables in our databricks workspace using this command: curl -v -X PUT -H "Authorization: Bearer <PAT token>" "https://adb-0000000000.azuredatabricks...
As an admin, I can easily read a public s3 bucket from serverless: spark.read.parquet("s3://[public bucket]/[path]").display() So can a non-admin user, from classic compute. But why does ...
Is there any way to configure timeouts for external catalog connections? We are getting some timeouts with complex queries accessing a pgsql database through the catalog. We tried configuring the con...
Hello, I recently noticed that the ALTER TABLE ALTER COLUMN SYNC IDENTITY command is no longer functioning as expected. I have an IDENTITY column on my table: D_Category_SID BIGINT GENERATED BY DE...
How can I run a single task in a job that has many tasks? I can do it in the UI, but I can’t find a way to do it using the REST API. Does anyone know how to accomplish this?