databricks-sdk-java
databricks-sdk-java copied to clipboard
[ISSUE] Group members list returns null if no members are found in a scope
Description While using SDK getting groups or a group and trying to access members if there aren't any members assigned into this group.
Reproduction
- Create a WorkspaceClient
- Group group=workspaceClient.get().groups().get("group_id");
- group.getMembers();
Expected behavior The expected behavior here would be an empty list so you can add members if needed.
Additional context Add any other context about the problem here.