databricks Databricks Go SDK Releases · · 0.134.0

Databricks SDK Go v0.134.0 adds new job and settings fields

sdkinfradatabricksengineer
patch

The Databricks SDK for Go has been updated to version 0.134.0, introducing new fields for managing pipeline refresh and operational email settings. These additions provide more granular control over job refresh behaviors and custom email recipient configurations within Databricks. The update is primarily relevant for Go developers interacting with Databricks jobs and settings via the SDK.

  • Add FullRefreshSelection, RefreshFlowSelection, RefreshSelection and ResetCheckpointSelection fields for jobs.PipelineParams
  • Add FullRefreshSelection, RefreshFlowSelection, RefreshSelection and ResetCheckpointSelection fields for jobs.PipelineTask
  • Add EffectiveOperationalEmailCustomRecipient and OperationalEmailCustomRecipient fields for settingsv2.Setting
Enhancements (3)
  • Add FullRefreshSelection, RefreshFlowSelection, RefreshSelection and ResetCheckpointSelection fields for jobs.PipelineParams
  • Add FullRefreshSelection, RefreshFlowSelection, RefreshSelection and ResetCheckpointSelection fields for jobs.PipelineTask
  • Add EffectiveOperationalEmailCustomRecipient and OperationalEmailCustomRecipient fields for settingsv2.Setting
Read the original announcement →

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

Related releases