databricks Databricks Go SDK Releases · · 0.172.0

Databricks SDK for Go v0.172.0 Enhances IAMv2 and Job Cluster Management

sdksecuritydatabricksengineer
breaking patch

Databricks SDK for Go v0.172.0 is now available, significantly expanding programmatic control over IAMv2 identity and access management across both account and workspace levels. This release introduces a comprehensive suite of new methods for managing users, groups, and service principals, alongside updates for dashboards and job clusters. Developers can now programmatically configure job clusters more flexibly, though a breaking change makes the `NewCluster` field optional for `jobs.JobCluster`. These updates primarily affect Go developers building automation or integrations with Databricks.

  • Change NewCluster field for jobs.JobCluster to no longer be required
  • Add CreateTime and UpdateTime fields for dashboards.GenieSpace
Breaking changes (1)
  • Change NewCluster field for jobs.JobCluster to no longer be required
Enhancements (4)
  • Add CreateDirectGroupMember, CreateGroup, CreateServicePrincipal, CreateUser, CreateWorkspaceAssignment, DeleteDirectGroupMember, DeleteGroup, DeleteServicePrincipal, DeleteUser, DeleteWorkspaceAssignment, GetDirectGroupMember, GetGroup, GetServicePrincipal, GetUser, GetWorkspaceAssignment, ListDirectGroupMembers, ListGroups, ListServicePrincipals, ListTransitiveParentGroups, ListUsers, ListWorkspaceAssignments, UpdateGroup, UpdateServicePrincipal, UpdateUser and UpdateWorkspaceAssignment methods for a.AccountIamV2 account-level service

  • Add CreateDirectGroupMemberProxy, CreateGroupProxy, CreateServicePrincipalProxy, CreateUserProxy, CreateWorkspaceAssignmentProxy, DeleteDirectGroupMemberProxy, DeleteGroupProxy, DeleteServicePrincipalProxy, DeleteUserProxy, DeleteWorkspaceAssignmentProxy, GetDirectGroupMemberProxy, GetGroupProxy, GetServicePrincipalProxy, GetUserProxy, GetWorkspaceAssignmentProxy, GetWorkspaceIdentityDetail, ListDirectGroupMembersProxy, ListGroupsProxy, ListServicePrincipalsProxy, ListTransitiveParentGroupsProxy, ListUsersProxy, ListWorkspaceAssignmentsProxy, UpdateGroupProxy, UpdateServicePrincipalProxy, Upda

  • Add CreateTime and UpdateTime fields for dashboards.GenieSpace
  • Change NewCluster field for jobs.JobCluster to no longer be required
Read the original announcement →

https://github.com/databricks/databricks-sdk-go/releases/tag/v0.172.0

Related releases