-
Notifications
You must be signed in to change notification settings - Fork 431
[Feature] Add datasource databricks_users
#4537
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
base: main
Are you sure you want to change the base?
Conversation
… only request the id, userName, and displayName attributes. added succesful initial test_case on data_users_test.go
… filtering by userName, and added additional test cases on data_users_test.go
…tests, and added the resource definition into the provider
…workspace-level and account-level provider.
…nto feature/3468-databricks_users
Fix `fmt`.
…REST API's flexibility
There is an issue with the tfsdk structs generated for SCIM |
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.
small comments
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
Changes
Continuing #4028
Added
databricks_users
data source as requested in #3468 to retrieve multiple users from both the account and workspace-level APIs with optional filtering bydisplay_name_contains
oruser_name_contains
, enabling bulk user management operations.Closes #3468
Tests
make test
run locallydocs/
folderinternal/acceptance