Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 11:02 AM
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