by
jv_v
• Databricks Partner
- 2151 Views
- 1 replies
- 0 kudos
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
@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...
- 1187 Views
- 1 replies
- 0 kudos
Is there a command to hide the details of DLT/materialized views from users in UC?
- 1187 Views
- 1 replies
- 0 kudos
Latest Reply
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...