-
Notifications
You must be signed in to change notification settings - Fork 409
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 source to list users in current workspace #4279
Comments
already work in progress: #4028 |
Just to know. Have an idea about release date ? |
@owl2 the resource is mostly ready—finalizing some details and we should be good to deploy. |
Thanks for the message @dgomez04 |
Hi @dgomez04 , |
Hi @owl2, The resource in terms of development is ready, we're currently blocked by some changes that need to happen on the API spec. Sorry for the delay. I will keep you posted. |
Hi @dgomez04 , |
Use-cases
I want to interact with databricks workspace to manage users with a list of "display name" in a flat file (eg., a .csv).
When the user is created yet, an error occurs (with an indication that the user exists).
Attempted Solutions
The solution I wanted to implement is to use data source databricks_user. But as indicated in the documentation, the user must exist. If not, an error will occur.
Proposal
I think having a data source like "databricks_users" could be a good idea to iterate on the result and permit to check what exists or not in the Workspace. Open to give more informations if needed.
The text was updated successfully, but these errors were encountered: