-
Notifications
You must be signed in to change notification settings - Fork 397
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] New data block databricks_users
#3468
Comments
In addition to @w0ut0 request, we would also be happy having a Something like this: data "databricks_groups" "groups" {
display_name_contains = "xyz"
} This data source would allow us to retrieve a list of all SCIM provisioned Entra ID groups and pass the information (e.g. the Databricks internal group ID) via a configuration store to all our downstream users. |
…chema, and only request the id, userName, and displayName attributes. added succesful initial test_case on data_users_test.go
…o to allow filtering by userName, and added additional test cases on data_users_test.go
…chema, and only request the id, userName, and displayName attributes. added succesful initial test_case on data_users_test.go
…o to allow filtering by userName, and added additional test cases on data_users_test.go
… adding support for both workspace and account-level usage.
…chema, and only request the id, userName, and displayName attributes. added succesful initial test_case on data_users_test.go
…o to allow filtering by userName, and added additional test cases on data_users_test.go
…pport for workspace-level and account-level provider.
Use-cases
I want to be able to get all users provisioned to my Databricks account (or, depending on provider configuration, workspace). My use case is adding them to a certain 'default' catalog (or group), and create a schema for every user that they can use as 'personal space'.
Attempted Solutions
account users
(orusers
in a workspace context).Proposal
A data block that uses the account-level List users endpoint. Should be have similar as existing databricks_service_principals.
I see it returning 2 possible outputs:
databricks_user
data block to fetch further details (like how it is done for databricks_service_principals, orusers
, with some basic attributes likeid
,external_id
,user_name
,display_name
,.. (similar to azuread_users)References
The text was updated successfully, but these errors were encountered: