Skip to content

[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

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

nkvuong
Copy link
Contributor

@nkvuong nkvuong commented Feb 27, 2025

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 by display_name_contains or user_name_contains, enabling bulk user management operations.

Closes #3468

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • relevant acceptance tests are passing
  • using Go SDK

dgomez04 and others added 30 commits October 23, 2024 12:27
… 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
@nkvuong nkvuong temporarily deployed to test-trigger-is March 12, 2025 06:52 — with GitHub Actions Inactive
@nkvuong nkvuong temporarily deployed to test-trigger-is March 12, 2025 06:54 — with GitHub Actions Inactive
@nkvuong nkvuong temporarily deployed to test-trigger-is March 12, 2025 07:00 — with GitHub Actions Inactive
@nkvuong nkvuong temporarily deployed to test-trigger-is March 12, 2025 07:02 — with GitHub Actions Inactive
@nkvuong nkvuong temporarily deployed to test-trigger-is March 13, 2025 15:20 — with GitHub Actions Inactive
@nkvuong nkvuong temporarily deployed to test-trigger-is March 13, 2025 15:20 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is March 17, 2025 11:49 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is March 17, 2025 11:50 — with GitHub Actions Inactive
@nkvuong
Copy link
Contributor Author

nkvuong commented Mar 21, 2025

There is an issue with the tfsdk structs generated for SCIM

@alexott alexott temporarily deployed to test-trigger-is May 20, 2025 17:29 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is May 20, 2025 17:29 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is May 21, 2025 14:15 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is May 21, 2025 14:16 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is May 28, 2025 10:33 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is May 28, 2025 10:34 — with GitHub Actions Inactive
Copy link
Contributor

@alexott alexott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comments

@alexott alexott temporarily deployed to test-trigger-is June 2, 2025 16:15 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is June 2, 2025 16:15 — with GitHub Actions Inactive
@alexott alexott temporarily deployed to test-trigger-is June 3, 2025 06:19 — with GitHub Actions Inactive
Copy link

github-actions bot commented Jun 3, 2025

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 4537
  • Commit SHA: 340763e12ff5ebe76d08734c2597bcb086d93e7b

Checks will be approved automatically on success.

@alexott alexott deployed to test-trigger-is June 3, 2025 06:20 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] New data block databricks_users
3 participants