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

Tushar_Parekar
by Databricks Employee
  • 2451 Views
  • 0 replies
  • 1 kudos

[Recap] Data + AI Summit 2026 - Data Governance | Simplify governance across AI, data, and tools

If you're catching up on Data + AI Summit 2026, here’s a simple Unity Catalog recap for data governance. Three themes stand out: Control, Context, and Choice. Control: Keep governance consistent as AI moves from access to action. AI governance at Dat...

Unity Catalog Recap.png
  • 2451 Views
  • 0 replies
  • 1 kudos
Carol2
by New Contributor II
  • 10400 Views
  • 2 replies
  • 2 kudos

unity catalog vs purview

What is the vision of uc and purview , on government 

  • 10400 Views
  • 2 replies
  • 2 kudos
Latest Reply
Idera
New Contributor II
  • 2 kudos

There's some changes to Purview coming out that enable users to create Data Products in Purview as the start of a Data Fabric which is realized in Databricks. ER/Studio allows you to design structures with well-formed data models of your Databricks L...

  • 2 kudos
1 More Replies
vishal-kilaskar
by Databricks Partner
  • 3122 Views
  • 2 replies
  • 0 kudos

Column Data type miss-match while databricks catalog federation

We are facing an issue related to the Data type mismatch when performing the federation queries (link).Basic need is to perform union on these both tables from federated(system tables) and system tables (target/current workspace).Problem:  Struct and...

image (8).png image (7).png image (6).png
Data Governance
Data Governance
Foreign Catalog
Lakehouse Federation
  • 3122 Views
  • 2 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

System table data is available at the account level. If you are trying LH Federation for querying system tables isn't that already available in the source workspace?  https://docs.databricks.com/en/admin/system-tables/index.html#what-are-system-table...

  • 0 kudos
1 More Replies
JonLaRose
by New Contributor III
  • 3322 Views
  • 3 replies
  • 0 kudos

Catalog created using a service principal isn't visible

When creating a Unity catalog using a service principal token, the created catalog isn't visible or accessible to other users (even admins) via GUI nor CLI.It seems that only when I change the catalog's ownership to some other user it is visible.Why ...

  • 3322 Views
  • 3 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

Right after the creation of the catalog, add a new grant statement. Check here please.

  • 0 kudos
2 More Replies
manjeettanwar10
by New Contributor II
  • 3769 Views
  • 1 replies
  • 1 kudos

Can we get the snapshot of the change data feed tables at a given time?

We are trying to build the history snapshot for data that we are ingested in the delta tables. We are exploring different option like delta history, change data feed and dbt snapshot.This Question is particularly about the change data feed. So I want...

  • 3769 Views
  • 1 replies
  • 1 kudos
Latest Reply
raphaelblg
Databricks Employee
  • 1 kudos

Hello @manjeettanwar10 , The Delta History API allows you to view the logs of all SQL statements executed on your table, including UPDATE, DELETE, and INSERT commands. When used in conjunction with Delta's Time Travel features, it's possible to retri...

  • 1 kudos
ChechuIGZ
by New Contributor II
  • 3750 Views
  • 2 replies
  • 2 kudos

Total isolation of credentials

Hi!Recently we encountered a problem with how Databricks handles secrets that does not meet our compliance.We need total isolation of users credentials but seems like the admin role in databricks totally breaks that since a person with that role can ...

  • 3750 Views
  • 2 replies
  • 2 kudos
Latest Reply
dkushari
Databricks Employee
  • 2 kudos

Hi @ChechuIGZ - The value of the secret is redacted. https://docs.databricks.com/en/security/secrets/redaction.html#secret-redaction.  Also remember the following -  

  • 2 kudos
1 More Replies
Snoonan
by Contributor
  • 17629 Views
  • 4 replies
  • 0 kudos

Masking data

Hi all,I need to mask columns in a table for certain users.What is the best way to go about this in Databricks? My workspace is unity catalog enabled.Thanks,Sean

  • 17629 Views
  • 4 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

In UC you can use column masking. See here - https://docs.databricks.com/en/data-governance/unity-catalog/row-and-column-filters.html#what-are-column-masks

  • 0 kudos
3 More Replies
marvin1
by New Contributor III
  • 5023 Views
  • 2 replies
  • 0 kudos

Hostname redaction in delta table

I am ingesting job-cluster failure notifications that we send to OpsGenie into a delta table to automate the creation and tracking of Jira tickets.  The alert notification includes the job run url, which we use to quickly respond to job failures.  Ho...

  • 5023 Views
  • 2 replies
  • 0 kudos
Latest Reply
marvin1
New Contributor III
  • 0 kudos

I tracked this issue down to running the notebook on a shared Unity-enabled cluster.  When scheduling the notebook to run on a job cluster with single user mode, this issue does not occur.

  • 0 kudos
1 More Replies
jv_v
by Databricks Partner
  • 2567 Views
  • 1 replies
  • 0 kudos

Issue with "databricks metastores list" Command - Only One Metastore Listed

I have encountered with the Databricks CLI command databricks metastores list. As per our account setup, we have three metastores configured. However, when I run the command, it only returns information for one metastore instead of listing all three....

  • 2567 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @jv_v , Good Day!  The command you are running gives you Metastore details attached to your workspace. If you are looking to list out all the metastore present at the Account console, you can try running this below CLI command:  ------------------...

  • 0 kudos
Nivethan
by New Contributor III
  • 4478 Views
  • 2 replies
  • 0 kudos

Resolved! UC Enablement in Databricks workspace for metastores in different region - Azure Cloud

SpoilerWe have a UC enabled on Databricks where we have two Metastores,Metastore in West Europe regionMetastore in North America regionAnd Databricks workspace.Workspace in West Europe regionAnd we want to have a single Databricks workspace for both ...

  • 4478 Views
  • 2 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

Hi, Cross region metastore and workspace (WS) is not possible. It is important to understand the use case and why you have certain data in a region where you do not have a compute (WS) or do not need a compute. Ideally have each region has their own ...

  • 0 kudos
1 More Replies
erigaud
by Honored Contributor
  • 6139 Views
  • 3 replies
  • 1 kudos

Create a catalog with external location from different Metastore

Hello community !Here's my problem : I had a workspace with Unity Catalog enabled, and a catalog stored on an external location (Azure storage account). All my schemas and tables were storage on this storage. However we recently deleted the metastore...

erigaud_0-1713797409085.png
  • 6139 Views
  • 3 replies
  • 1 kudos
Latest Reply
dkushari
Databricks Employee
  • 1 kudos

Hi, Looks like you are creating the catalog at the container level. Are there any other UC objects created pointing to that? Is the external location created at the container level? Can you please have a look at this and see if there is overlapping? ...

  • 1 kudos
2 More Replies
deba_nayak
by Databricks Partner
  • 8798 Views
  • 1 replies
  • 0 kudos

How to manage account groups

Hi All,My client has a table with user names and the authorized territory name the user has access to e.g EMEA, APAC etc. The users can also move to a different territory over time and the same will be updated in the user table table. I have multiple...

  • 8798 Views
  • 1 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

Hi, Can you please have a look at this example please? https://docs.databricks.com/en/data-governance/unity-catalog/row-and-column-filters.html#mapping-table-examples If you create account groups for each region and then use IS_ACCOUNT_GROUP_MEMBER t...

  • 0 kudos
jpaladini
by New Contributor II
  • 3950 Views
  • 2 replies
  • 0 kudos

Can't enable delta sharing inside metastore

Hi,I'm currently using Unity Catalog and serving as the metastore admin. However, I've encountered an issue where I cannot select the "Enable Delta sharing to allow a Databricks user to share data outside their organization" checkbox as it appears to...

  • 3950 Views
  • 2 replies
  • 0 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 0 kudos

@jpaladini - could you please let us know if you had a chance to follow the steps to setup Delta Sharing on your workspace - https://docs.databricks.com/en/data-sharing/set-up.html#enable-delta-sharing-for-your-account?

  • 0 kudos
1 More Replies
crimson
by Databricks Partner
  • 4996 Views
  • 1 replies
  • 0 kudos

Loading Keras model from ADLS

I want to load a Keras model using abfss. As far as I know, this is not possible, and the only way of doing this is by copying the model from ADLS to dbfs.I am concerned about the data governance, as everybody could potentionally modify/delete the mo...

Data Governance
ADLS
keras
  • 4996 Views
  • 1 replies
  • 0 kudos
Latest Reply
crimson
Databricks Partner
  • 0 kudos

Hi @Retired_mod,Can you please elaborate on these or share related documentation?Use Access Control Lists (ACLs) or Shared Access Signatures (SAS) to restrict access further.Is it possible to use ACLs to control DBFS access?Serialize your Keras model...

  • 0 kudos
Karlo_Kotarac
by Databricks Partner
  • 3651 Views
  • 1 replies
  • 0 kudos

Databricks autocomplete uses hive_metastore catalog although we have other default catalog

Databricks autocomplete is checking the hive_metastore catalog when I enter the schema_name and table_name in the notebook although we have other default catalog set at the workspace level. How to make Databricks autocomplete use that catalog when en...

  • 3651 Views
  • 1 replies
  • 0 kudos
Latest Reply
Karlo_Kotarac
Databricks Partner
  • 0 kudos

Hi @Retired_mod ! Thanks for your answer. I forgot to mention that we already have this set up at the cluster level (using spark.databricks.sql.initial.catalog.name variable) besides setting this on the workspace level in the workspace settings but n...

  • 0 kudos
Kibour
by Databricks Partner
  • 40737 Views
  • 3 replies
  • 0 kudos

git reset

Hi all,Since the last update of Databricks (21.03.2024), I can't find the option to git reset my repo anymore. Where did it go?Thanks in advance for your guidance!

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

Yay!  I guess it was an oopsie

  • 0 kudos
2 More Replies
Labels