Thanks to visit codestin.com
Credit goes to github.com

Skip to content

issue-6044: Updating Databricks API endpoints to appropriate versions#60647

Merged
jscheffl merged 2 commits into
apache:mainfrom
jroachgolf84:issue-60444
Jan 16, 2026
Merged

issue-6044: Updating Databricks API endpoints to appropriate versions#60647
jscheffl merged 2 commits into
apache:mainfrom
jroachgolf84:issue-60444

Conversation

@jroachgolf84

Copy link
Copy Markdown
Collaborator

Description

As part of #59217, certain endpoints we improperly updated to version 2.2 when they, in fact, did not support that endpoint. This was the case for the .../sql/endpoints, which are called out in #60444. Each of the Databricks endpoints were researched to find the latest supported version. From there, the provider was appropriately updated.

Testing

The appropriate unit-tests have been updated. These were run using the command below.

breeze testing providers-tests --test-type "Providers[databricks]"
Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

@rodigu

rodigu commented Jan 16, 2026

Copy link
Copy Markdown

watching this issue.
for now, are there any temporary fixes for it (e.g. pip installing a different version of the databricks operator)?

@jroachgolf84

Copy link
Copy Markdown
Collaborator Author

I believe that you should be able to roll back to a previous version of the apache-airflow-providers-databricks package.

@jroachgolf84

Copy link
Copy Markdown
Collaborator Author

@eladkal, @jscheffl, do you mind taking a peek at this PR?

@jscheffl jscheffl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the (partly) reversion.

@jscheffl jscheffl merged commit 1f3f3f2 into apache:main Jan 16, 2026
84 checks passed
@aru-trackunit

Copy link
Copy Markdown
Contributor

Thank you @jroachgolf84 for solving it quickly

@rodigu

rodigu commented Jan 19, 2026

Copy link
Copy Markdown

I believe that you should be able to roll back to a previous version of the apache-airflow-providers-databricks package.

rolling back to 7.8.1 with pip install --upgrade apache-airflow-providers-databricks==7.8.1 works.

thank you, @jroachgolf84 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Databricks endpoint does not exist api/2.2/sql/endpoints

4 participants