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
  • 3980 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
  • 3980 Views
  • 0 replies
  • 0 kudos
Charansai
by New Contributor III
  • 1143 Views
  • 1 replies
  • 1 kudos

Recommendations for Designing Cluster Policies Across Dev/QA/Prod Environments for DE and DA teams

Hi Community,We are working on implementing Databricks cluster policies across our organization and are seeking advice on best practices to enforce governance, security, and cost control across different environments.We have two main teams using Data...

  • 1143 Views
  • 1 replies
  • 1 kudos
Latest Reply
Vidhi_Khaitan
Databricks Employee
  • 1 kudos

Hi Team,I believe these are a few suggestions that can help!Start with environment-based policies: dev, qa, prodThese policies define the broadest guardrails (security, cost control, stability)Add team-specific variants only if requiredFor example: p...

  • 1 kudos
Col1ns
by New Contributor
  • 2150 Views
  • 2 replies
  • 2 kudos

Filtering Partitioned Data in Databricks Delta Share

We have a Delta Share that includes a partitioned table, and we want our recipient to be able to retrieve data only from a specific partition.I reviewed the Delta Sharing server documentation and found that it's possible to use SQL expressions for fi...

  • 2150 Views
  • 2 replies
  • 2 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 2 kudos

Hi @Col1ns ,All the things mentioned by @lingareddy_Alva are correct. Some additional things to consider. Check if your implementation of Delta Sharing supports predicate hints. Also, if your server supports them then your predicate should use restri...

  • 2 kudos
1 More Replies
yit
by Databricks Partner
  • 1927 Views
  • 2 replies
  • 6 kudos

Resolved! New SQL editor autocomplete doesn't work on nested JSON

I have nested JSON objects stored as values in some table columns. The table has a few top-level columns, and inside those, there are further nested JSON structures.When I write queries in the new SQL editor, the autocomplete correctly lists the firs...

  • 1927 Views
  • 2 replies
  • 6 kudos
Latest Reply
nayan_wylde
Esteemed Contributor II
  • 6 kudos

@yit I could think of these possible reasons.1. Autocomplete relies on metadata to provide suggestions. Ensure the workspace is enabled for Unity Catalog and that the user has the necessary permissions to access the metadata for the tables containing...

  • 6 kudos
1 More Replies
PeterWang
by Databricks Employee
  • 2205 Views
  • 4 replies
  • 1 kudos

[Feedback Requested] Data Domains, and how your organization uses them

Hi everyone, As part of our plans to improve the Discover Page, one of the next items we are looking into is building out Domains. 1. How have are your organizations using Data Domains today?  2. Can you share an example of your domain (and subdomain...

  • 2205 Views
  • 4 replies
  • 1 kudos
Latest Reply
salenakerrs
New Contributor II
  • 1 kudos

Hi @PeterWang,One of my clients in the financial services space groups their data using a domain-centric approach like customer, deposit, wealth, and credit.We tag tables and views with these domains and use that for RBAC, so access is granted based ...

  • 1 kudos
3 More Replies
vmpmreistad
by New Contributor II
  • 12447 Views
  • 3 replies
  • 4 kudos

CREATE OR REPLACE VIEW removes permissions [Unity Catalog]

When I run CREATE OR REPLACE VIEW on an existing view in Unity Catalog, the grants that were made on that object are removed. This seems like it is a bug. Is it on purpose or not?How to replicate:1. Create the viewRun the create or replace statement:...

Data Governance
Unity Catalog
  • 12447 Views
  • 3 replies
  • 4 kudos
Latest Reply
md1828459045
New Contributor II
  • 4 kudos

Would also love any sort of communication back from Databricks on why create or replace view acts like this.I have had to run my CICD once with create (or replace) and then make a code change to swap to "alter view," which per https://docs.databricks...

  • 4 kudos
2 More Replies
ty090
by New Contributor II
  • 1949 Views
  • 3 replies
  • 1 kudos

Resolved! Automatic Data Lineage without Unity Catalog

Hi there,Is there any way to have an automatic Data Lineage without the usage of Unity Catalog, instead utilizing legacy Hive?My limited research shows there is no such option, at least without using some external tools which is not really an option ...

  • 1949 Views
  • 3 replies
  • 1 kudos
Latest Reply
sridharplv
Valued Contributor II
  • 1 kudos

Hi @ty090 , you need to build a lineage generation tool if you have specific requirement of not using unity catalog or beyond databricks. 

  • 1 kudos
2 More Replies
sachamourier
by Contributor
  • 10669 Views
  • 5 replies
  • 8 kudos

Resolved! Job clusters view permissions

Hello all,We are currently running Azure Databricks notebooks through Azure Data Factory pipelines, where we use job clusters defined through policies. As an admin, I am able to see the list of all job clusters that have created when ADF makes a call...

  • 10669 Views
  • 5 replies
  • 8 kudos
Latest Reply
nayan_wylde
Esteemed Contributor II
  • 8 kudos

Yes if you are run a notebook activity from ADF. You will not be able to see the job runs in databricks unless you are admin. But if you want to see any details you can use a python code to see the job runs and details of the run.You need a Service p...

  • 8 kudos
4 More Replies
esalazar
by New Contributor II
  • 5329 Views
  • 3 replies
  • 3 kudos

Resolved! Lakehouse Monitoring API – Timeout Error When Enabling Monitors for All Tables in a Catalog

I'm using the Databricks Lakehouse Monitoring API to enable monitoring across every table in a catalog. I wrote a script that loops through all schemas and tables and calls the create_monitor API for each one. However, when running the script from a ...

  • 5329 Views
  • 3 replies
  • 3 kudos
Latest Reply
esalazar
New Contributor II
  • 3 kudos

Thank you, this is really helpful!

  • 3 kudos
2 More Replies
AnaMocanu
by Contributor
  • 7397 Views
  • 7 replies
  • 9 kudos

How do you add comment metadata to delta live tables?

Hey all,We've got a bunch of business objects we created as delta live tables. these are important as that's what business users will use in dashboards, genie rooms etc. We're trying to enrich the metadata for those but the option is greyed out and I...

AnaMocanu_0-1740084969911.png
  • 7397 Views
  • 7 replies
  • 9 kudos
Latest Reply
Jere
New Contributor II
  • 9 kudos

Solution that worked for me with materialized views created by DLT was to use the following syntax in SQL Editor in Databricks or run sql file with sql warehouse:COMMENT ON COLUMN <catalog>.<schema>.<table>.<column> IS 'comment here' This didn't work...

  • 9 kudos
6 More Replies
Aman_Pundhir
by New Contributor II
  • 3085 Views
  • 3 replies
  • 0 kudos

Unable to access data from catalog.

I have all the necessary permissions like USE CATALOG on Catalog, USE SCHEMA on Schema and SELECT,TABLE on Table. But still when I try to access the table from catalog I get the error : Insufficient privileges: User does not have USE CATALOG on Catal...

  • 3085 Views
  • 3 replies
  • 0 kudos
Latest Reply
Aman_Pundhir
New Contributor II
  • 0 kudos

Hi, @SP_6721 and @Pawan_1 ,Thanks for your concerns. I was able to find the problem. So the problem was the cluster was assigned to groups and for the permissions were given to individual users. When the permissions were given to the group, we were a...

  • 0 kudos
2 More Replies
FedeRaimondi
by Contributor II
  • 2660 Views
  • 1 replies
  • 1 kudos

Resolved! Model Lineage to Downstream Element

Hello,I tried to search for the topic in the community but couldn't find much around downstream lineage element that can be connected to a Unity Model.As far as I understood, if I have an inference workflow that loads a model from unity catalog and t...

  • 2660 Views
  • 1 replies
  • 1 kudos
Latest Reply
Vinay_M_R
Databricks Employee
  • 1 kudos

Hello @FedeRaimondi,  Downstream lineage: clear visibility from the model to the inference tables created by jobs or workflows consuming the model—is not supported currently in the same way as upstream lineage. I checked regarding this internally and...

  • 1 kudos
Yulei
by New Contributor III
  • 9937 Views
  • 3 replies
  • 0 kudos

Migrate existing Metastore to a new Metastore in same region

Hi, Databricks CommunityI am currently plan to do migrate of existing metastore (not in a desired account and name) to a new one (a different desired account) within the same region. I understand it is not as straightforward it might be and complicat...

  • 9937 Views
  • 3 replies
  • 0 kudos
Latest Reply
zmsoft
Contributor
  • 0 kudos

Hi team,I can't see Kaniz's recommendations. Are there any related links in this topic? Thanks&Regards,zmsoft 

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

How to Retrieve Masked Column Information in Unity Catalog

Hi all,I’ve been working with Unity Catalog in Databricks and using column masking policies for sensitive fields like SSNs. While trying to retrieve metadata about which columns have masking policies applied, I ran into some challenges and wanted to ...

  • 2151 Views
  • 1 replies
  • 0 kudos
Latest Reply
niteshm
New Contributor III
  • 0 kudos

@jv_v There are a few more approaches that you can try which are ideal for large scale scanning, Try using, Unity Catalog System Tables via system.information_schema Instead of <catalog>.information_schema.column_masksIf that doesnt work, use Databri...

  • 0 kudos
dataminion01
by New Contributor II
  • 1187 Views
  • 1 replies
  • 0 kudos

How do I hide details/definition for materialized views(DLT) in unity catalog

Is there a command to hide the details of DLT/materialized views from users in UC? 

  • 1187 Views
  • 1 replies
  • 0 kudos
Latest Reply
SP_6721
Honored Contributor II
  • 0 kudos

Hi @dataminion01,As far as I know, Unity Catalog doesn't currently provide a direct way to hide DLT or materialized view definitions. Users with SELECT access can still view the logic via the "Details" tab.You can work around this by:Moving sensitive...

  • 0 kudos
Labels