databrickslabs / ucx

Automated migrations to Unity Catalog
Other
231 stars 79 forks source link

[FEATURE]: Allow to skip applying grants during `create-catalogs-schemas` #2964

Open JCZuurmond opened 3 weeks ago

JCZuurmond commented 3 weeks ago

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

Additional Context

No response

Linked Issues

nfx commented 3 weeks ago

let's pick it up next quarter

taras-cha commented 2 weeks ago

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.