-
Notifications
You must be signed in to change notification settings - Fork 90
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
Create Databricks access connector #1376
Create Databricks access connector #1376
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to create a user managed identity first
Perhaps the user assigned identity is not necessary - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/databricks_access_connector |
To be used for manual testing
52592b5
to
420d6eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be split into smaller PR, see comment
@@ -21,16 +24,23 @@ | |||
@dataclass | |||
class StoragePermissionMapping: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nfx : The change to this data class blew up the PR.
- I will separate the PR to make it easier to comprehend and review.
- I would like your input on if we can circumvent this change. Specifically the
role_name
, which is required to track the storage permission, so that we can set the appropriate permission level for the access connectors. TheStoragePermissionMapping
contains the Databricks privilege, however, this does not map to the Azure storage permissions. -> We could neglect the "Storage Blob Data Owner", give "Storage Blob Data Contributor" as highest permission as the access connectors should not be used to do POSIX access control
First merge: #1417 |
Changes
Linked issues
Resolves #888
Functionality
databricks labs ucx ...
...
...
Tests