CURIOUS_DE
Valued Contributor

@data_learner1 

 

Unity Catalog logs all data access and metadata operations (including schema changes) into the audit logs — which are stored in the system catalog tables, such as:

system.access.audit

You mentioned you only have read access — and likely no access to system.access.audit, which is only visible to metastore admins or users with elevated privileges. 

Databricks Solution Architect