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
  • 3325 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
  • 3325 Views
  • 0 replies
  • 0 kudos
lio-illumex
by New Contributor
  • 1245 Views
  • 5 replies
  • 1 kudos

Service Principal Can’t Access Full Query History via queryHistory/list API

I have a weird issue with Databricks.I'm using the query history API:https://docs.databricks.com/api/workspace/queryhistory/listWhen I'm using the API with Personal Access Token, it works great.When i'm using the API with Service Principal, i'm getti...

  • 1245 Views
  • 5 replies
  • 1 kudos
Latest Reply
shkolar
New Contributor II
  • 1 kudos

@SP_6721 I don't filter by user ids in both scenarios, it shouldn't matter@nayan_wylde I also tried with the SDK but it's the same API call behind the scenes. I made sure it's not a pagination issue.@jhonm_839 This is so weird. PAT and SP have the sa...

  • 1 kudos
4 More Replies
TienDat
by New Contributor III
  • 11074 Views
  • 6 replies
  • 0 kudos

Filter sensitive data on nested column

Dear all,We are working on the column masking topic recently, using the column filter feature of Unity Catalog.We recently face the problem of masking a nested column (a sub-column within a STRUCT type column).We just wonder if this is even possible ...

  • 11074 Views
  • 6 replies
  • 0 kudos
Latest Reply
yit
Contributor III
  • 0 kudos

@TienDat Did you find solution on this?

  • 0 kudos
5 More Replies
Charansai
by New Contributor III
  • 767 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...

  • 767 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
  • 1172 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...

  • 1172 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 Contributor III
  • 1489 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...

  • 1489 Views
  • 2 replies
  • 6 kudos
Latest Reply
nayan_wylde
Honored Contributor III
  • 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
andreos
by New Contributor
  • 977 Views
  • 1 replies
  • 1 kudos

Manage serverless budget policy permission via API

Hi everyone,I'm using the Budget Policy API (https://docs.databricks.com/api/account/budgetpolicy/create) to create Serverless budget policies. I can successfully create and retrieve policies, but I haven’t found any way to manage their permissions —...

Data Governance
Budget policies
  • 977 Views
  • 1 replies
  • 1 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 1 kudos

Here are some helpful hints/tips/tricks: Programmatic Management of Budget Policy Permissions: Options and Best Practices 1. What is Possible Today? Yes, there is a programmatic way to manage permissions (user and group assignments) for Databricks Bu...

  • 1 kudos
PeterWang
by Databricks Employee
  • 1730 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...

  • 1730 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
  • 10318 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
  • 10318 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
  • 1165 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 ...

  • 1165 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
  • 7519 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...

  • 7519 Views
  • 5 replies
  • 8 kudos
Latest Reply
nayan_wylde
Honored Contributor III
  • 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
  • 4561 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 ...

  • 4561 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
  • 5381 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
  • 5381 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
  • 1838 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...

  • 1838 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
  • 1913 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...

  • 1913 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
  • 9134 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...

  • 9134 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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels