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:ย 

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

dataminion01
New Contributor II

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

1 REPLY 1

SP_6721
Honored Contributor

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 logic into User-Defined Functions (UDFs) and granting EXECUTE privileges selectively.
  • Using row filters or column masks (via SQL UDFs) to dynamically protect sensitive data without exposing the full logic in view definitions.

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