You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the migrate-locations cli command triggers the
AWSExternalLocationsMigration.run method
The method calls
apply_location_acl() method from PrincipalACL
The apply_location_acl() method is dependent on the existing UC External Locations which creates a circular dependency.
We need to redesign the flow to break this loop.
Expected Behavior
migrate-locations should be able to create external locations and apply principal acls in both AWS/Azuree
Steps To Reproduce
Run migrate locations in AWS where principal ACLs exist.
Cloud
AWS
Operating System
macOS
Version
latest via Databricks CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
…slabs#2741)
<!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST -->
## Changes
<!-- Summary of your changes that are easy to understand. Add
screenshots when necessary -->
Resolvesdatabrickslabs#2529
### Functionality
- [ ] modified existing command: `databricks labs ucx migrate-locations`
### Tests
<!-- How is this tested? Please see the checklist below and also
describe any other relevant tests -->
- [ ] added unit tests
- [ ] added integration tests
---------
Co-authored-by: Amin Movahed <[email protected]>
Co-authored-by: Amin Movahed <[email protected]>
Is there an existing issue for this?
Current Behavior
Using the migrate-locations cli command triggers the
AWSExternalLocationsMigration.run method
The method calls
apply_location_acl() method from PrincipalACL
The apply_location_acl() method is dependent on the existing UC External Locations which creates a circular dependency.
We need to redesign the flow to break this loop.
Expected Behavior
migrate-locations should be able to create external locations and apply principal acls in both AWS/Azuree
Steps To Reproduce
Run migrate locations in AWS where principal ACLs exist.
Cloud
AWS
Operating System
macOS
Version
latest via Databricks CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: