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
  • 3804 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
  • 3804 Views
  • 0 replies
  • 0 kudos
sachamourier
by Contributor
  • 9595 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...

  • 9595 Views
  • 5 replies
  • 8 kudos
Latest Reply
nayan_wylde
Esteemed Contributor
  • 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
  • 5065 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 ...

  • 5065 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
  • 6769 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
  • 6769 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
  • 2677 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...

  • 2677 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
  • 2518 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...

  • 2518 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
  • 9783 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...

  • 9783 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 Contributor
  • 1746 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 ...

  • 1746 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
  • 1103 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? 

  • 1103 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
creativeIndex
by New Contributor
  • 1575 Views
  • 1 replies
  • 1 kudos

ALL CATALOGS in SHOW SCHEMAS

Hi there,I was checking though the Databricks Runtime 17.0 features while testing:Support ALL CATALOGS in SHOW SCHEMASI faced below issues, is that anticipated or an issue which needs to be fixed?This is how it was before Runtime 17.0 I was expectin...

Sanket_Kumar_0-1749011412696.png Sanket_Kumar_1-1749011441710.png Sanket_Kumar_2-1749011528364.png Sanket_Kumar_3-1749011641658.png
  • 1575 Views
  • 1 replies
  • 1 kudos
Latest Reply
Walter_C
Databricks Employee
  • 1 kudos

I was able to reproduce same issue, I am working with the team, as this DBR is in Beta version we might see some changes on the behavior, so I will confirm if anything has changed around this topic  

  • 1 kudos
katiej02
by New Contributor II
  • 7197 Views
  • 1 replies
  • 0 kudos

Error: cannot import share credential file from implemented delta sharing server in Unity Catalog

We have implemented our own delta sharing server, following the delta sharing protocol. We are able to use the delta-sharing connectors to read shared data from our own server. However, when we tried importing our share credential file in Databricks ...

  • 7197 Views
  • 1 replies
  • 0 kudos
Latest Reply
katiej02
New Contributor II
  • 0 kudos

Fixed

  • 0 kudos
GMB
by New Contributor II
  • 4413 Views
  • 1 replies
  • 0 kudos

User ID, Username and Notebook not populated in History Tab

Hi,If I update a Tag on a table within a Noetbook as follows:sql = f"""ALTER TABLE {silver_catalog}.public.tablename SET TAGS ('Is_published' = 'Y');"""spark.sql(sql)Then the User ID and Username, nor Notebook is populated when I look in the History ...

  • 4413 Views
  • 1 replies
  • 0 kudos
Latest Reply
Vidhi_Khaitan
Databricks Employee
  • 0 kudos

Hi team,You should be able to see the change in the History tab when changes are made manually through the UI or changes made through APIs that explicitly push user metadata. Programmatic Spark SQL updates may not automatically attach full interactiv...

  • 0 kudos
andalo
by New Contributor II
  • 1774 Views
  • 1 replies
  • 0 kudos

Problems with Unity catalog lineage

I have created a catalog, a schema and several tables within unity catalog, when I run a notebook that makes a merge to one of the tables the lineage of this is correct with all its dependencies, but if I run the notebook of another different table t...

Data Governance
lineage
Unity Catalog
  • 1774 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Community Manager
  • 0 kudos

Hello @andalo! This might be happening because lineage for MERGE operations is not fully captured by default. Could you try setting the Spark property spark.databricks.dataLineage.mergeIntoV2Enabled to true?Just a heads-up, enabling this setting may ...

  • 0 kudos
dipanjannet
by New Contributor II
  • 1684 Views
  • 3 replies
  • 0 kudos

Issues with Querying and writing into a External Storage in a new databricks workspace

Hello All,We have recently created a databricks with UC enabled. All the VNET Pairing is completed. Now, while I am trying to create a table [Managed] under a catalog / schema - I am not able to query the table. I am getting below error org.apache.ha...

  • 1684 Views
  • 3 replies
  • 0 kudos
Latest Reply
Shua42
Databricks Employee
  • 0 kudos

Hi @dipanjannet , This could be due to the code falling back to the hive metastore, which could be due to a number of reasons, but the first thing that caught my eye was that the table name in your saveAsTable() call isn't fully qualified. Can you ad...

  • 0 kudos
2 More Replies
_Avinash
by New Contributor
  • 4613 Views
  • 1 replies
  • 0 kudos

is Vectorized Pandas UDFS enabled in SQL Warehouse

Hi,I have tried to execute Vectorized udfs in SQL editor of Databricks, I am getting the following error[FEATURE_UNAVAILABLE] Pandas UDF is not supported in your environment. To use this feature, please contact Databricks Support. SQLSTATE: 56038Coul...

  • 4613 Views
  • 1 replies
  • 0 kudos
Latest Reply
Vidhi_Khaitan
Databricks Employee
  • 0 kudos

Hi Avinash, I believe this is not supported on Sql editor yet. However, it is available in DBR rollout 16.3.1. Hope this helps!  

  • 0 kudos
Labels