Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 07:31 AM
I transfered the owner of pre-created datasets (catalogs and schemas) by workspace admin to a service principle.
ALTER CATALOG xyz OWNER TO `sp`;
I think as the owner, the job owned by `sp`, should be able to create table in all schemas under catalog xyz. however I got the error: PERMISSION_DENIED, user do not have CREATE TABLE....
My question is the owner of catalog does not propagate to schema and table?