jroachgolf84 opened a new pull request, #60647: URL: https://github.com/apache/airflow/pull/60647
## 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. * closes: #60444 * related: #59217 ## Testing The appropriate unit-tests have been updated. These were run using the command below. ```bash breeze testing providers-tests --test-type "Providers[databricks]" ``` ##### Was generative AI tooling used to co-author this PR? <!-- If generative AI tooling has been used in the process of authoring this PR, please change below checkbox to `[X]` followed by the name of the tool, uncomment the "Generated-by". --> - [ ] Yes (please specify the tool below) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
