-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Create UC External Location, Schema, and Table Grants based on workspace-wide Azure SPN mount points #94
Comments
use command executor to run scala code from from terraform exporter https://github.com/databricks/ucx/blob/main/tests/integration/test_installation.py#L76-L79 |
Mounts should be going to volumes, not external locations. @william-conti @nfx can we get a write up on this proposal? |
Does this only work for AWS? |
Is this part of the assessment? It's linked in a PRD as related to it, but it seems more as part of sync tables Can you clarify @nfx? |
@zpappa Not very sure that mounts should automatically go to Volumes, what if there is an external table in there ? Could you please elaborate ? Right now we've pushed the assessment part only |
Is this Issue just for Mounts migrating to External Locations or does it also include Mounts migrating to Volumes? I didn't see an issue for Volumes but can create one. Both of these are dependent on Issue #100 (Create CREDENTIALs and EXTERNAL LOCATIONs) The holistic set of things that need to be addressed are (in no particular order):
|
@pritishpai when it's going to be done? |
|
…ace-wide Azure SPN mount points (#1374) ## Changes Most work already addressed in #1285 ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> Closes #94 ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] verified on staging environment (screenshot attached)
Problem statement
If we have Azure Blob Storage mount points, data is accessible for all clusters and warehouses in the workspace (at least for those people who have access to those warehouses/clusters). We need to migrate that to UC ACLs.
Related issues:
EXTERNAL
tables from AWS Glue or other external HMS #337Proposed Solution
The text was updated successfully, but these errors were encountered: