Open JCZuurmond opened 3 weeks ago
let's pick it up next quarter
We also need to allow to skip applying grants during table migration. I would suggest to use the same skip-grants config (instead of param) in table, schema and catalog creation logic.
Is there an existing issue for this?
Problem statement
Allow to skip applying grants during
create-catalogs-schemas
in case users want to create catalogs and schemas outside UCX including setting up their preferred grants.Proposed Solution
--skip-grants
flag to thecreate-catalogs-schemas
skip_grants: bool = False
parameter toCatalogsSchema.create_all_catalogs_schemas
skip_grants
isTrue
, skip applying the grants. Otherwise, apply the grantsAdditional Context
No response
Linked Issues
2963