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?