databricks Databricks Go SDK Releases · · 0.160.0

Databricks SDK Go v0.160.0 adds new fields and enums

sdkinfradatabricksengineer
patch

Databricks SDK Go version 0.160.0 introduces several new fields and enum values across various services, including Clean Rooms, Bundle Deployments, and Compute. These additions enhance the SDK's ability to manage and interact with Databricks workspace resources, offering greater flexibility for developers working with these services. The update primarily affects engineers and architects utilizing the Go SDK for programmatic access to Databricks functionalities.

  • Add ListCleanRoomTaskRunsHandler method for w.CleanRoomTaskRuns workspace-level service
  • Add InitialParentPath field for bundledeployments.Deployment
  • Add JarAnalysis field for cleanrooms.CleanRoomAsset
  • Add JarAnalysisReview field for cleanrooms.CreateCleanRoomAssetReviewRequest
  • Add JarAnalysisReviewState and JarAnalysisReviews fields for cleanrooms.CreateCleanRoomAssetReviewResponse
Enhancements (9)
  • Add ListCleanRoomTaskRunsHandler method for w.CleanRoomTaskRuns workspace-level service
  • Add InitialParentPath field for bundledeployments.Deployment
  • Add JarAnalysis field for cleanrooms.CleanRoomAsset
  • Add JarAnalysisReview field for cleanrooms.CreateCleanRoomAssetReviewRequest
  • Add JarAnalysisReviewState and JarAnalysisReviews fields for cleanrooms.CreateCleanRoomAssetReviewResponse
  • Add CapacityReservationGroup field for compute.InstancePoolAzureAttributes
  • Add Lifetime field for ml.TimeWindow
  • Add Jdbc enum value for catalog.ConnectionType
  • Add JarAnalysis enum value for cleanrooms.CleanRoomAssetAssetType
Read the original announcement →

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

Related releases