cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

madhura
by Visitor
  • 70 Views
  • 3 replies
  • 0 kudos

Rest endpoint for data bricks audit logs

I am trying to find official documentation link to get audit logs of data bricks. unable to find it. referred on.https://docs.databricks.com/en/administration-guide/account-settings/audit-logs.htmlhttps://docs.databricks.com/api/workspace/introductio...

  • 70 Views
  • 3 replies
  • 0 kudos
Latest Reply
Yeshwanth
Valued Contributor
  • 0 kudos

@madhura  I could not find any endpoint that can be used to get the Audit logs. However, you can enable system tables in your workspace and try to read the data just like you read from any other table. Please check this to enable system tables: https...

  • 0 kudos
2 More Replies
Priyam1
by New Contributor III
  • 39 Views
  • 1 replies
  • 0 kudos

Databricks Job alerts

I'm currently running jobs on job clusters and would like these jobs to time out after 168 hours (7 days), at which point a new job cluster will be assigned. This timeout is specifically to ensure that jobs don't run on the same cluster for too long,...

  • 39 Views
  • 1 replies
  • 0 kudos
Latest Reply
Yeshwanth
Valued Contributor
  • 0 kudos

@Priyam1 Good day!Based on the information provided, it seems that we do not have a direct way to mute notifications for timed-out jobs while still receiving alerts for job failures. You can reduce the number of notifications sent by filtering out no...

  • 0 kudos
harripy
by New Contributor III
  • 167 Views
  • 6 replies
  • 0 kudos

Databricks SQL connectivity in Python with Service Principals

Tried to use M2M OAuth connectivity on Databricks SQL Warehouse in Python:from databricks.sdk.core import Config, oauth_service_principal from databricks import sql .... config = Config(host=f"https://{host}", client_...

  • 167 Views
  • 6 replies
  • 0 kudos
Latest Reply
daniel_sahal
Esteemed Contributor
  • 0 kudos

@harripy I've just looked through the Databricks SDK code and it looks like m2m auth is generating oauth bearer token to authenticate, that's why you see "access_token", but it's different from PAT (https://github.com/databricks/databricks-sdk-py/blo...

  • 0 kudos
5 More Replies
mathiaskvist
by New Contributor III
  • 2622 Views
  • 7 replies
  • 1 kudos

Resolved! Valid Workspace Conf keys

HiI'm trying to automate the configuration of Admin Settings of our Databricks Workspace using Terraform. However identifying the correct config keys is very difficult.Databricks exposes a Workspace Conf API (Enable/disable features | Workspace Conf ...

  • 2622 Views
  • 7 replies
  • 1 kudos
Latest Reply
Alexis_Chicoine
  • 1 kudos

I wanted to know the key for Store interactive notebook results in customer account.It's not ideal but by using the browser dev tools you can find out what it is by looking at the network activity after toggling it in the UI.  

  • 1 kudos
6 More Replies
corp
by New Contributor
  • 69 Views
  • 1 replies
  • 0 kudos

inter connected notebook

How to use inter connected notebook, available in databricks?

  • 69 Views
  • 1 replies
  • 0 kudos
Latest Reply
mhiltner
Vistor
  • 0 kudos

Do you mean running one notebook from another and using variables and functions defined in the other one? If that's what you're seeking, try using the magic command %run + notebook path.  You can find some documentation about it here: https://docs.da...

  • 0 kudos
Joaquim
by New Contributor II
  • 255 Views
  • 1 replies
  • 0 kudos

New admin question: How do you enable R on a existing cluster?

Hello Community. I have a user trying to use R and receive the error message illustrated on the attachment. I can't seem to find correct documentation on enabling R on an existing cluster. Would anyone be able to point me in the right direction? Than...

  • 255 Views
  • 1 replies
  • 0 kudos
Latest Reply
Walter_C
Valued Contributor II
  • 0 kudos

Hello Joaquim,Your issue might be related to the access mode of your cluster which probably has been selected to be Shared Access Mode.Shared cluster only allows Python, SQL and Scala languages, you might need to change the access mode to be Single U...

  • 0 kudos
erigaud
by Honored Contributor
  • 5576 Views
  • 8 replies
  • 8 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 ? 

  • 5576 Views
  • 8 replies
  • 8 kudos
Latest Reply
brushdoylt
New Contributor
  • 8 kudos

@daniel_sahalflappy birdIs there another way to add libraries to the ADF Databricks task even faster?

  • 8 kudos
7 More Replies
RozaZaharieva
by New Contributor
  • 425 Views
  • 2 replies
  • 1 kudos

Get Azure Databricks Account ID

Hi everyone,Is it possible with Terraform or Azure CLI or any other not manual method to get the value for Azure Databricks Account ID and not to use manual method as is described here - https://learn.microsoft.com/en-us/azure/databricks/administrati...

Administration & Architecture
azuredatabricks
iac
Terraform
  • 425 Views
  • 2 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @RozaZaharieva, To retrieve the Azure Databricks Account ID without manual intervention, you can use the following methods:   Azure CLI: You can use the Azure CLI to query the account details. Run the following command to get the account ID: a...

  • 1 kudos
1 More Replies
m997al
by Contributor
  • 648 Views
  • 6 replies
  • 3 kudos

Azure Databricks with standard private link cluster event log error: "Metastore down"...

We have Azure Databricks with standard private link (back-end and front-end private link).We are able to successfully attach a Databricks workspace to the Databricks metastore (ADLS Gen2 storage).However, when trying to create tables in a catalog in ...

  • 648 Views
  • 6 replies
  • 3 kudos
Latest Reply
CharlesWoo
New Contributor
  • 3 kudos

can confirm that the approach will solve your error. Ran into a similar issue a while back.

  • 3 kudos
5 More Replies
aockenden
by New Contributor III
  • 258 Views
  • 4 replies
  • 0 kudos

Secrets ACL API Behavior Change

Hey all,Has the behavior of the Secrets ACL API changed over the last 24 hours? With no code changes on our scope-deployment pipeline, I am suddenly getting strange errors back from this endpoint.Anybody else noticing a change?Thanks,Alex

  • 258 Views
  • 4 replies
  • 0 kudos
Latest Reply
aockenden
New Contributor III
  • 0 kudos

Idk, I control the resource group myself and I don't remember ever granting or revoking contributor roles on that RG for any of these users which are now suddenly throwing errors. Interesting to see that line from the docs... I wonder if that was alw...

  • 0 kudos
3 More Replies
SunilPoluri
by New Contributor
  • 191 Views
  • 1 replies
  • 0 kudos

Create Databricks managed service principal programatically ?

For the current Databricks service principal API or the Databricks SDK, an ID is required. However, when dealing with Databricks-managed service principals, you typically only have the name. For registering with cloud providers, like Microsoft Entra ...

  • 191 Views
  • 1 replies
  • 0 kudos
Latest Reply
Yeshwanth
Valued Contributor
  • 0 kudos

@SunilPoluri, could you please provide some more context by providing screenshots?

  • 0 kudos
camilo_s
by New Contributor II
  • 153 Views
  • 0 replies
  • 0 kudos

Hard reset programatically

Is it possible to trigger a git reset --hard programatically?I'm running a platform service where, as part of CI/CD, repos get deployed into the Databricks workspace. Normally, our developers work with upstream repos both from their local IDEs and fr...

  • 153 Views
  • 0 replies
  • 0 kudos
Labels