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

Bagger
by New Contributor II
  • 3459 Views
  • 0 replies
  • 0 kudos

Monitoring job metrics

Hi,We need to monitor Databricks jobs and we have made a setup where are able to get the prometheus metrics, however, we are lagging an overview of which metrics refer to what.Namely, we need to monitor the following:failed jobs : is a job failedtabl...

Administration & Architecture
jobs
metrics
prometheus
  • 3459 Views
  • 0 replies
  • 0 kudos
nihar_ghude
by New Contributor II
  • 8637 Views
  • 2 replies
  • 0 kudos

How to change Workspace Owner?

Our Databricks workspace was created by a personal account. Now the person has left the organization. We would like to change the owner to a Service account(preferably, else to an Admin account).Questions:Is it possible to change the owner of the wor...

Administration & Architecture
admin
change owner
workspace owner
  • 8637 Views
  • 2 replies
  • 0 kudos
Latest Reply
Atanu
Databricks Employee
  • 0 kudos

Are you in aws or Azure.When you say workspace admin, that could be many. So, you can have multiple workspace admin.  

  • 0 kudos
1 More Replies
NadithK
by Contributor
  • 8677 Views
  • 2 replies
  • 1 kudos

Using a custom Hostname in Databricks CLI instead of per-workspace URL

Hi,At our organization, we have added front end privatelink connection to a Databricks workspace in Azure, and public access to the workspace is disabled. I am able to access the workspace UI with the private IP (in the browser), and able to call the...

  • 8677 Views
  • 2 replies
  • 1 kudos
Latest Reply
NadithK
Contributor
  • 1 kudos

Hi @Retired_mod ,Thank you for the support.Really appreciate it.Thanks

  • 1 kudos
1 More Replies
re
by New Contributor II
  • 2390 Views
  • 0 replies
  • 0 kudos

terraform/databricks setting default_catalog_name

While configuring databricks, we've set the "default_catalog_name", which sets the default schema when users connect via an ODBC connection. While the naming isn't consistent, this does have one desired effect, that is, when users connect, it default...

  • 2390 Views
  • 0 replies
  • 0 kudos
_YSF
by New Contributor II
  • 1546 Views
  • 1 replies
  • 0 kudos

Can I edit the ADLSg2 storage location for a schema?

I want to alter the schema and basically point it to a new path in the data lake #UnityCatalog

  • 1546 Views
  • 1 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

don't think so.You can alter the owner and dbproperties using the alter schema command, but not the location.https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/sql-ref-syntax-ddl-alter-schema

  • 0 kudos
_YSF
by New Contributor II
  • 3641 Views
  • 0 replies
  • 0 kudos

Struggling with UC Volume Paths

I am trying to setup my volumes and give them paths in the data lake but I keep getting this message:Input path url 'abfss://my-container@my-storage-account.dfs.core.windows.net/' overlaps with managed storage within 'CreateVolume' callThere WAS some...

  • 3641 Views
  • 0 replies
  • 0 kudos
abhaigh
by New Contributor III
  • 4401 Views
  • 0 replies
  • 0 kudos

Error: cannot create permissions: invalid character '<' looking for beginning of value

I'm trying to use terraform to assign a cluster policy to an account-level group (sync'd from AAD via SCIM)My provider is configured like thisprovider "databricks" {alias = "azure_account"host = "accounts.azuredatabricks.net"account_id = "%DATABRICKS...

  • 4401 Views
  • 0 replies
  • 0 kudos
paritoshsh
by New Contributor II
  • 4350 Views
  • 1 replies
  • 1 kudos

Resolved! Terraform Repos Git URL Allow List

Hi,I am provisioning databricks workspaces using terraform and want to add specific github repo url that can be used. In UI there is an option for that but when it comes to terraform there is nothing specific. I came across custom_config option here ...

Screenshot 2023-08-08 174830.jpg
  • 4350 Views
  • 1 replies
  • 1 kudos
Latest Reply
Amine
Databricks Employee
  • 1 kudos

Hello,This can normally be achieved using this terraform resource:resource "databricks_workspace_conf" "this" { custom_config = { "enableProjectsAllowList": true, "projectsAllowList": "url1,url2,url3", } }Cheers

  • 1 kudos
ArjenSmedes
by New Contributor
  • 9438 Views
  • 0 replies
  • 0 kudos

Databricks workspace in our own VNET

We have setup a Databricks workspace in our own Azure VNET, including a private endpoint. Connecting to the WS works fine (through the private ip address). However, when creating my first cluster, I run into this problem:"ADD_NODES_FAILED...Failed to...

  • 9438 Views
  • 0 replies
  • 0 kudos
Palkers
by Databricks Partner
  • 1341 Views
  • 0 replies
  • 0 kudos

Data Marketplace private exchange

I want to use Data Markerplace but only as private / local mode, so don't want to publish any products outside my organization.I know I can create private listing , but it can be done only from provider console.I'm added to marketplace role but not s...

  • 1341 Views
  • 0 replies
  • 0 kudos
NadithK
by Contributor
  • 7098 Views
  • 1 replies
  • 2 kudos

Assigning Databricks Account Admin role to User group

At my current organization, we have a few users with the Databricks Account admin role assigned. But as per our company policy, individual users should not be given such elevated privileges. They should be given to user groups so that users in those ...

  • 7098 Views
  • 1 replies
  • 2 kudos
Latest Reply
NadithK
Contributor
  • 2 kudos

Hi Kaniz,Thank you for the feedback and I was able to find below solution from the article you have mentioned.https://docs.databricks.com/en/administration-guide/users-groups/groups.html#assign-account-admin-roles-to-a-groupSeems we can use Databrick...

  • 2 kudos
jrosend
by New Contributor III
  • 2233 Views
  • 2 replies
  • 1 kudos

Global search programatically

Hi!At the workspace header, there is a search box that allow us to look for a text in all notebooks in the workspace. Is there a way via CLI or API to call the global search https://<workspace-domain>/graphql/SearchGql so the result can be analysed a...

  • 2233 Views
  • 2 replies
  • 1 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 1 kudos

if you checked in the notebooks into a git repo, the search in the git repo (or API) might save you.

  • 1 kudos
1 More Replies
Xyguo
by New Contributor
  • 2762 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  

Xyguo_0-1691335659836.png
  • 2762 Views
  • 1 replies
  • 1 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 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