databricks Databricks Java SDK Releases · · 0.148.0

Databricks Java SDK v0.148.0 Adds API Fields for Apps, ML, and Pipelines

sdkmldatabricksgaengineer
patch

Databricks has released version 0.148.0 of its Java SDK, introducing several new API fields to enhance programmatic interactions. These additions provide developers with more granular control over Databricks applications, machine learning functions, and Delta Live Tables pipelines. Key updates include fields for application Git sources and auto-deployment, custom UDFs in the ML service, and `effectiveServerlessComputeId` for pipeline responses. This release affects developers using the Databricks Java SDK to manage their workflows.

  • Add defaultGitSource, gitSource and sourceCodePath fields for com.databricks.sdk.service.apps.App
  • Add autoDeploy and callerCredentialId fields for com.databricks.sdk.service.apps.GitRepository
  • Add customUdf field for com.databricks.sdk.service.ml.Function
  • Add effectiveServerlessComputeId field for com.databricks.sdk.service.pipelines.GetPipelineResponse
Enhancements (4)
  • Add defaultGitSource, gitSource and sourceCodePath fields for com.databricks.sdk.service.apps.App
  • Add autoDeploy and callerCredentialId fields for com.databricks.sdk.service.apps.GitRepository
  • Add customUdf field for com.databricks.sdk.service.ml.Function
  • Add effectiveServerlessComputeId field for com.databricks.sdk.service.pipelines.GetPipelineResponse
Read the original announcement →

https://github.com/databricks/databricks-sdk-java/releases/tag/v0.148.0

Related releases