Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 03:42 AM
When a schema is created manually via the Databricks catalog UI, ownership defaults to the user who created the schema, and ownership properties may not be explicitly recorded by default.
On the other hand, when creating a schema using SQL commands, Databricks assigns explicit ownership details in the "properties" section to ensure clarity on schema ownership. The "owner=root" designation signifies that the schema owner is the root account or a default administrative account.