databricks Databricks Java SDK Releases · · 0.110.0

Databricks SDK Java v0.110.0 adds pipeline and settings fields

sdkdatabricksengineer
patch

Databricks SDK Java version 0.110.0 introduces new fields for pipeline parameters and tasks, enabling more granular control over full refreshes, flow refreshes, and checkpoint selections. It also adds custom recipient options for operational emails within settings. These changes primarily affect developers integrating with Databricks Jobs and Settings APIs using the Java SDK.

  • Add effectiveOperationalEmailCustomRecipient and operationalEmailCustomRecipient fields for com.databricks.sdk.service.settingsv2.Setting
Enhancements (3)
  • Add fullRefreshSelection, refreshFlowSelection, refreshSelection and resetCheckpointSelection fields for com.databricks.sdk.service.jobs.PipelineParams

  • Add fullRefreshSelection, refreshFlowSelection, refreshSelection and resetCheckpointSelection fields for com.databricks.sdk.service.jobs.PipelineTask

  • Add effectiveOperationalEmailCustomRecipient and operationalEmailCustomRecipient fields for com.databricks.sdk.service.settingsv2.Setting
Read the original announcement →

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

Related releases