Skip to content
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] Add datasource databricks_users #4028

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    05f70c1 View commit details
    Browse the repository at this point in the history
  2. databricks#3468: made changes to data_users.go to explicitly define s…

    …chema, and only request the id, userName, and displayName attributes. added succesful initial test_case on data_users_test.go
    dgomez04 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f2dd1c2 View commit details
    Browse the repository at this point in the history
  3. databricks#3468: added 'user_name_contains' attribute to data_users.g…

    …o to allow filtering by userName, and added additional test cases on data_users_test.go
    dgomez04 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2d594a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6f280 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6380f8 View commit details
    Browse the repository at this point in the history
  6. renamed resource func to DataSourceUsers, removed various acceptance …

    …tests, and added the resource definition into the provider
    dgomez04 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1c703b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbd79d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ed08d4 View commit details
    Browse the repository at this point in the history
  9. modified acceptance test

    dgomez04 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    072123a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bffcf54 View commit details
    Browse the repository at this point in the history
  11. databricks#3468: started migrating to the plugin framework, adding su…

    …pport for workspace-level and account-level provider.
    dgomez04 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7fa5823 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    1c58eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d70b9 View commit details
    Browse the repository at this point in the history
  3. migrated test

    dgomez04 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ab1e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db0188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e46921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed587ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e4b8ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5604c68 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/feature/3468-databricks_users' i…

    …nto feature/3468-databricks_users
    dgomez04 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f285db5 View commit details
    Browse the repository at this point in the history