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
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:
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: