cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MadelynM
by Databricks Employee
  • 1039 Views
  • 0 replies
  • 0 kudos

[Recap] Data + AI Summit 2024 - Data Governance | Navigate the explosion of AI, data and tools

Here's your Data + AI Summit 2024 - Data Governance recap as you navigate the explosion of AI, data and tools in efforts to build a flexible and scalable governance framework that spans your entire data and AI estate. Keynote: Evolving Data Governan...

Screenshot 2024-07-03 at 9.27.29 AM.png
  • 1039 Views
  • 0 replies
  • 0 kudos
drii_cavalcanti
by New Contributor III
  • 838 Views
  • 0 replies
  • 0 kudos

Hive Metastore Schema Permissions

I've been working on creating a schema in the Hive Metastore using the following command:spark.sql(f'CREATE DATABASE IF NOT EXISTS {database}')The schema or database is successfully created, but I encountered an issue where it's only accessible for m...

  • 838 Views
  • 0 replies
  • 0 kudos
AsphaltDataRide
by New Contributor III
  • 30203 Views
  • 10 replies
  • 10 kudos

job event trigger - Invalid credentials for storage location

I want to use an event trigger to start a job. -The MI has the Storage Blob Data Contributor role-Test connection is successful at the level of the external location-I have read permission on the external location-I have owner permission on the job-O...

image.png
  • 30203 Views
  • 10 replies
  • 10 kudos
Latest Reply
adriennn
Contributor III
  • 10 kudos

for referencehttps://stackoverflow.com/a/75906376/2842348seems this could be made to work by allowing connectivity from Databricks' private vnets, the same way it is needed currently done for serverless setups if you have an environment that blocks p...

  • 10 kudos
9 More Replies
kaustubhgupta
by New Contributor II
  • 3921 Views
  • 1 replies
  • 0 kudos

How to setup oauth for Databricks connection in Tableau Server?

We extensively use Databricks (DBX) for creating Tableau visuals. Whenever DBX data sources are published on our self hosted Tableau Server, we have to add the connection creds for the data source. These creds can be both personal email id-password o...

  • 3921 Views
  • 1 replies
  • 0 kudos
Latest Reply
kaustubhgupta
New Contributor II
  • 0 kudos

Thanks for your response. While I understood most of it, I still have some doubts to clear. Therefore explaining it again. Problem: We want users to create data sources using Databricks via their personal credentials in the local env (tableau desktop...

  • 0 kudos
TonyUK
by New Contributor II
  • 9299 Views
  • 6 replies
  • 7 kudos

Can I delete hive_metastore on a Unity Catalog Workspace?

Hi, I have a new workspace that was converted to be controlled via Unity Catalog.There is not data stored here as this is not in use yet, so I wanted to ask if it was safe to remove this without breaking the workspace?Thank you

  • 9299 Views
  • 6 replies
  • 7 kudos
Latest Reply
JasonThomas
New Contributor III
  • 7 kudos

As things gravitate towards Unity Catalog, it would indeed be nice to have the the ability to completely remove Hive from existing setups.

  • 7 kudos
5 More Replies
shkelzeen
by New Contributor II
  • 4027 Views
  • 2 replies
  • 0 kudos

Create token for ServicePrincipal using java SDK

Hi TeamI am looking into implementing a functionality which allows me to create a ServicePrincipal and I want to create a personal token for this ServicePrincipal using java sdk. While trying to do this I am getting this error ```com.databricks.sdk.c...

  • 4027 Views
  • 2 replies
  • 0 kudos
Latest Reply
shkelzeen
New Contributor II
  • 0 kudos

Hi Thank you for your response how would the databricks know for which service principal  I want to grant permission?

  • 0 kudos
1 More Replies
drii_cavalcanti
by New Contributor III
  • 4671 Views
  • 1 replies
  • 1 kudos

Privilege Issue When Running Delta Table SaveAsTable Command in Databricks Runtime 10.4

I am attempting to execute the following command from a notebook on a runtime 10.4 cluster, but I'm encountering an error: "current user does not have privilege USAGE on Catalog".To provide some context, I am using DBR 10.4 specifically because I nee...

Data Governance
cluster
driver
permission
Unity Catalog
  • 4671 Views
  • 1 replies
  • 1 kudos
Latest Reply
Tharun-Kumar
Databricks Employee
  • 1 kudos

@drii_cavalcanti From the error, we could see that you do not have permission to use the catalog. I suppose you are using Unity Catalog. You should 3 levels of permissions to access the Catalog, schema and then tables.You can refer to this document -...

  • 1 kudos
drii_cavalcanti
by New Contributor III
  • 2534 Views
  • 1 replies
  • 0 kudos

Restoring delta tables from an old metastore to the new one.

Hi everyone,Just wondering if I copy the catalog folders (under the metastore storage) to a different s3 bucket, once I have a new metastore with a new ID I can restore the tables as they were <catalog_name>.<schema_name>.<table_name> into the new me...

Data Governance
metastore
region
  • 2534 Views
  • 1 replies
  • 0 kudos
cayisi
by New Contributor
  • 3433 Views
  • 0 replies
  • 0 kudos

Scope of Databricks Account Admin Permissions within Azure Tenant

We are in the process of integrating the Unity Catalog with the workspaces across our organization. As a preliminary step, we need to designate a Databricks Account Admin.Our Azure tenant encompasses multiple subscriptions, each hosting distinct work...

  • 3433 Views
  • 0 replies
  • 0 kudos
LukaszJ
by Contributor III
  • 12791 Views
  • 8 replies
  • 11 kudos

Resolved! Databricks SQL View with table access control

Hello,I want to grant 'select' option on some columns in my table.So i created view, and now people can access my view but cannot access the table.However, they cannot do 'select' on the view, because they do not have privileges to the table.What can...

  • 12791 Views
  • 8 replies
  • 11 kudos
Latest Reply
LukaszJ
Contributor III
  • 11 kudos

To sum up,It is not possible to create a view based on a table that someone does not have permission to.It's a pity, because this option would be very useful to limit access to batch-fed tables.Thanks all for the help and your time!Regards,Łukasz

  • 11 kudos
7 More Replies
Shubhanshu
by New Contributor II
  • 3718 Views
  • 0 replies
  • 0 kudos

Unable to create external table

I am trying to create an external table using csv file which is stored in ADLS gen2 My account owner has created a storage credential and an external location I am a databricks user who all privileges on external location when trying to create a tabl...

  • 3718 Views
  • 0 replies
  • 0 kudos
mathiaskvist
by New Contributor III
  • 2116 Views
  • 2 replies
  • 1 kudos

Provisioning Unity Metastore for each environment using Terraform

HiUnity Metastore can currently only be provisioned once for each Azure region. I have three environments in Azure each consisting of a separate Subscription and Resource Group (RG). Each RG contains a Databricks Workspace and a Storage Account holdi...

  • 2116 Views
  • 2 replies
  • 1 kudos
Latest Reply
Corbin
Databricks Employee
  • 1 kudos

Ask and ye shall receive: https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.24.0They've implemented account-level UC API in terraform now!

  • 1 kudos
1 More Replies
RafaelGomez61
by New Contributor
  • 6776 Views
  • 3 replies
  • 0 kudos

SQL Warehouse Cluster - How to configure External Hive Meta Store

In my Databricks regular Clusters, Our clusters are configured to an External Hive Meta Store (Azure SQL Server). I am able to set the External Hive configuration in the Advanced options Spark config setting within the cluster setting. In our setting...

  • 6776 Views
  • 3 replies
  • 0 kudos
Latest Reply
judyy
New Contributor III
  • 0 kudos

@RafaelGomez61 I have the some problem and after some exploring, I've configured it and also wrote a blog for the whole steps. You can have a look here: https://medium.com/@judy3.yang/how-to-configure-external-hive-meta-store-for-databricks-sql-wareh...

  • 0 kudos
2 More Replies
jakubk
by Contributor
  • 15280 Views
  • 7 replies
  • 4 kudos

Unity Catalog - spark.* functions throwing Py4JSecurityException - org.apache.spark.sql.internal.CatalogImpl.currentCatalog() is not whitelisted on class class org.apache.spark.sql.internal.CatalogImpl

I'm looking to migrate onto unity catalog but a number of my data ingestion notebooks throw a securityexception/whitelist errors for numerous spark. functionsIs there some configuration setting I need to enable to whitelist the spark.* methods/functi...

  • 15280 Views
  • 7 replies
  • 4 kudos
Latest Reply
Anonymous
Not applicable
  • 4 kudos

Hi @Jakub K​ I'm sorry you could not find a solution to your problem in the answers provided.Our community strives to provide helpful and accurate information, but sometimes an immediate solution may only be available for some issues.I suggest provid...

  • 4 kudos
6 More Replies
Alex006
by Contributor
  • 15779 Views
  • 9 replies
  • 10 kudos

Resolved! Metastore creation - Azure Databricks - Access validation failed

Hi, Getting "Access validation failed" when trying to create a metastore. Anyone noticed anything extra needed to be done except for what's written in the azure guides below? Any help on how to succeed with creating a metastore would be deeply apprec...

Access validation failed when trying to create a metastore Role assignment to azure databricks connector in the storage account
  • 15779 Views
  • 9 replies
  • 10 kudos
Latest Reply
abarber
New Contributor II
  • 10 kudos

I was told this was a bug that was fixed on Monday. We’re using AWS, and I was able to create the metastore on Tuesday without error.

  • 10 kudos
8 More Replies
William_Scardua
by Valued Contributor
  • 6023 Views
  • 5 replies
  • 4 kudos

Resolved! Access table outside Databricks (hive metastore)

Hi guys, how are you ?How can I access tables outside the Databricks ? (hive metastore)I have a python script in my local structure but I need to access are tables stored in Databricks (hive metastore) , how ???? Have any idea ?Thank you guys

  • 6023 Views
  • 5 replies
  • 4 kudos
Latest Reply
pokharatours
New Contributor II
  • 4 kudos

Thanks, Pokhara Tour

  • 4 kudos
4 More Replies

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Labels