databricks-sdk-java icon indicating copy to clipboard operation
databricks-sdk-java copied to clipboard

[FEATURE] Upgrade Jobs API to 2.2

Open VOVELEE opened this issue 11 months ago • 2 comments

Problem Statement Databricks has released new version of their problematic Jobs API. Some of the APIs are already migrated to 2.2 (e.g. https://docs.databricks.com/api/azure/workspace/jobs/get)

Proposed Solution

  • Update https://github.com/databricks/databricks-sdk-java/blob/main/databricks-sdk-java/src/main/java/com/databricks/sdk/service/jobs/JobsImpl.java to use the new API versions

Additional Context

  • Official release statement: https://learn.microsoft.com/en-us/azure/databricks/release-notes/product/2024/december#version-22-of-the-jobs-api-is-released
  • Example of upgraded API: https://docs.databricks.com/api/azure/workspace/jobs/get

VOVELEE avatar Jan 06 '25 08:01 VOVELEE

@VOVELEE i am working on issue soon i'll be providing PR.

Brijeshthummar02 avatar Feb 16 '25 16:02 Brijeshthummar02

thanks @Brijeshthummar02 :)

VOVELEE avatar Mar 10 '25 09:03 VOVELEE