cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

deepud26
by New Contributor II
  • 556 Views
  • 2 replies
  • 2 kudos

Connectivity of dbx serverless to api gateway dns in aws is failing

Hello, I'm trying to establish the connection between dbx serverless account which is in "Account A" to the api gateway dns name which is in "Account B" is failing. i have created a api gateway with the custom domain for ex : "api-dev.amazon.com" and...

  • 556 Views
  • 2 replies
  • 2 kudos
Latest Reply
deepud26
New Contributor II
  • 2 kudos

Hello @ilir_nuredini ,I'm trying the below way import requestsimport json API_URL = 'https://api-dev.amazon.com/v1/quality'headers = {    "Authorization": f"Bearer {token}",    "Content-Type": "application/json"}response = requests.get(API_URL, heade...

  • 2 kudos
1 More Replies
Lovebo
by New Contributor II
  • 482 Views
  • 1 replies
  • 2 kudos

Error creating Databricks workspace on AWS (CREATE_FAILED with JSONDecodeError)

Hi everyone,I’m trying to create a Databricks workspace on AWS by following the official quick start guide:https://docs.databricks.com/aws/en/admin/workspace/quick-startHowever, my CloudFormation stack fails with the following error:  The resource cr...

  • 482 Views
  • 1 replies
  • 2 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor III
  • 2 kudos

Hi @Lovebo , I'm not too familiar with AWS but happy to have a go at helping. Let's see if we can rule out some of the more obvious things which are easy to miss on the documentation.First of all, are you just following the guide through: https://doc...

  • 2 kudos
noorbasha534
by Valued Contributor II
  • 427 Views
  • 2 replies
  • 0 kudos

Configure job access_control_list block from a single place outside of job definition

Hi allIs it possible to configure the access_control_list block ((basically that contains permissions)) from a single place outside of Databricks job definition? This is changing as we are re-defining our permissions model, and each time resulting in...

  • 427 Views
  • 2 replies
  • 0 kudos
Latest Reply
Pilsner
Contributor III
  • 0 kudos

Hello @noorbasha534 If you are trying to alter the permissions across many jobs at scale, I believe there are a couple of options to help speed up the process. Firstly, creating groups of users should help, as you can then easily change an entire gro...

  • 0 kudos
1 More Replies
sunykim
by New Contributor II
  • 509 Views
  • 3 replies
  • 0 kudos

databricks terraform provider, databricks_credential resource, service

I cannot make the databricks_credential resource create a service credential. It works fine with storage credentials. However, when i put `purpose = "SERVICE"` plus aws_iam_role and comment, in the apply phase it fails with `Error: cannot create cred...

  • 509 Views
  • 3 replies
  • 0 kudos
Latest Reply
sunykim
New Contributor II
  • 0 kudos

I have the same error message now when trying to create a USE_SCHEMA grant for a service principal as in https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/grant#schema-grants . I create a new service principal and th...

  • 0 kudos
2 More Replies
erigaud
by Honored Contributor
  • 29433 Views
  • 13 replies
  • 12 kudos

Resolved! Installing libraries on job clusters

Simple question : what is the way to go to install libraries on job clusters ? There does not seem to be a "Libraries" tab on the UI as opposed to regular clusters. Does it mean that the only option is to use init scripts ? 

  • 29433 Views
  • 13 replies
  • 12 kudos
Latest Reply
Charlenendoza
New Contributor II
  • 12 kudos

Frankly, I'm also scratching my head about this library installation conundrum in job clusters; the missing Libraries tab is definitely throwing me off. Seems like init scripts are the only officially sanctioned route, which feels a bit clunky. Are t...

  • 12 kudos
12 More Replies
tariq
by New Contributor III
  • 510 Views
  • 3 replies
  • 0 kudos

Databricks Execution Context scheduling

Databricks allows a cluster to have a maximum of 150 execution context. If a number of execution context is attached and running operations on a databricks cluster with a driver and n workers, then how is the execution scheduled? I am assuming that o...

  • 510 Views
  • 3 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

Ok i get it.An execution context is not bound to cpu.  It is like a session.  So basically the limit of 150 execution contexts mean that 150 sessions/spark programs can run simultaneously on the cluster (whether that is possible on the hardware is an...

  • 0 kudos
2 More Replies
samson01
by New Contributor II
  • 744 Views
  • 2 replies
  • 1 kudos

Resolved! AWS Account Level provider "databricks" Authentication

I am trying to deploy an additional workspace to my AWS Account with terraform, I keep running into this authentication an error message below, I have searched everywhere in my account console  and used chatgpt  which keep point me to the account con...

  • 744 Views
  • 2 replies
  • 1 kudos
Latest Reply
samson01
New Contributor II
  • 1 kudos

thanks that works

  • 1 kudos
1 More Replies
Ludo
by New Contributor III
  • 4724 Views
  • 5 replies
  • 6 kudos

Resolved! Issue with Databricks Alerts formatting sent to Microsoft Teams

Hello all,As of Thursday 20th 2025, we started to have our alert notifications being sent via Microsoft Teams with no formatting (raw HTML).We use a custom template with QUERY_RESULT_TABLE  and a few html tags.Looks like databricks alerts deprecated ...

  • 4724 Views
  • 5 replies
  • 6 kudos
Latest Reply
Ludo
New Contributor III
  • 6 kudos

Hello,Thanks for sharing the explanation and link to the Microsoft's documentation.We had removed the HTML formatting a few months ago.

  • 6 kudos
4 More Replies
eshwari
by New Contributor III
  • 1347 Views
  • 5 replies
  • 5 kudos

Resolved! Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE

I'm running into an issue with my Databricks workspace in Azure in my own VNet. I've successfully created two private endpoints: databricks_ui_api and browser_authenticationHowever, when I try to create a cluster, I get the following error:CONTROL_PL...

  • 1347 Views
  • 5 replies
  • 5 kudos
Latest Reply
Khaja_Zaffer
Contributor III
  • 5 kudos

Hello @eshwari Good day, I think  szymon_dybczak and  me provided enough information, please let me know if you had the solutions.If you found the solution useful, you can select the solution for the solution which helps others.  Have a greate day!

  • 5 kudos
4 More Replies
Swastick
by New Contributor III
  • 1463 Views
  • 3 replies
  • 2 kudos

Resolved! GA for AIM

Do anyone know when Automatic Identity Management will be generally available for all the users?Announcing Automatic Identity Management for Azure Databricks | Databricks Blog

  • 1463 Views
  • 3 replies
  • 2 kudos
Latest Reply
Swastick
New Contributor III
  • 2 kudos

Thanks for the clarification!I manage a fairly large Databricks environment, so enabling features that are still in Public Preview can be a bit challenging from a governance and stability standpoint. If possible, could you share any tentative timelin...

  • 2 kudos
2 More Replies
noorbasha534
by Valued Contributor II
  • 455 Views
  • 1 replies
  • 0 kudos

PATs sharing in a global data platform

Hello allChecking on how others implement sharing of Databricks personal access tokens for authentication wherein you have atleast 25+ different technologies extracting data via SQL warehouses ((imagine a global data platform that hosts data for usag...

Administration & Architecture
authentication
OAuth
PAT
  • 455 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Honored Contributor III
  • 0 kudos

Hey @noorbasha534 Honestly, I really understand your pain around token management. I face the same situation myself and it can definitely become a headache, especially when you have multiple technologies in play, some of them open-source, and even ca...

  • 0 kudos
marcusfox
by New Contributor
  • 713 Views
  • 2 replies
  • 0 kudos

Webhooks for Microsoft Teams are not being received from Databricks jobs

We have configured a couple of webhooks in Teams channels and added the URLs to Databricks under > Settings> notifications. But our jobs do not post anything into the Teams channels.This used to work but is now not doing anything.

  • 713 Views
  • 2 replies
  • 0 kudos
Latest Reply
daidaidi
New Contributor II
  • 0 kudos

Hello marcusfox, I encounter the same issue as u did. If u already solved it, could u please give the tutorial here please? Thank u in advance for guideline

  • 0 kudos
1 More Replies
mzs
by Contributor
  • 1759 Views
  • 6 replies
  • 1 kudos

Resolved! Compute cluster in Azure workspace is unable to access Unity Catalog volume on storage account

Hi,I'm setting up a workspace in Azure with VNet injection. I'm able to upload files to a Unity Catalog managed storage account volume through the web UI, and access them from notebooks using serverless compute, for example, `dbutils.fs.list("/Volume...

  • 1759 Views
  • 6 replies
  • 1 kudos
Latest Reply
SebastianRowan
Contributor
  • 1 kudos

Could the classic cluster still be using the old ABFS driver instead of the managed identity?

  • 1 kudos
5 More Replies
spoltier
by New Contributor III
  • 728 Views
  • 3 replies
  • 3 kudos

Resolved! Missing configured "sql" scope in Databricks Apps User Token

I have User authorization for apps enabled in my workspace.I have added the sql scope to my app. However, when making sql queries to my app, authorization errors ensue:Error during request to server: : Provided OAuth token does not have required scop...

  • 728 Views
  • 3 replies
  • 3 kudos
Latest Reply
spoltier
New Contributor III
  • 3 kudos

@Advika thanks. It looks like this was only a temporary issue; I had already restarted the app, but today it is working. I will mark your answer as accepted. The problem may have been due to recreating the app (using bundles), which reset the user sc...

  • 3 kudos
2 More Replies
bharatn
by New Contributor
  • 654 Views
  • 1 replies
  • 0 kudos

Databricks Publish to PowerBI feature - Security aspect

Can someone please explain what access databricks requires to publish UC tables to powerBI service. In above snapshot I see it says read all workspace - so these are PBI workspace or all databricks workspace?If I enable this request, will the publish...

bharatn_0-1755843099865.png
  • 654 Views
  • 1 replies
  • 0 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor III
  • 0 kudos

 @bharatn at the bottom of you picture, it says "Show Details". perhaps clicking on that will provide some of the granularity you're looking for. If it's DB requesting to Microsoft, it'll be DB being able to see the PBI workspaces. I think the bottom...

  • 0 kudos