Skip to content

Conversation

@jroachgolf84
Copy link
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
Copy link

rodigu commented Jan 16, 2026

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
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
Collaborator Author

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

Copy link
Contributor

@jscheffl jscheffl left a comment

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
Contributor

Thank you @jroachgolf84 for solving it quickly

@rodigu
Copy link

rodigu commented Jan 19, 2026

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