hussein-awala opened a new pull request, #34590: URL: https://github.com/apache/airflow/pull/34590
closes: #34450 Databricks hook uses aiohttp client session for async methods, but in the method `_a_get_sp_token`, we use `HTTPBasicAuth` instance to provide basic authentication credentials which is not compatible with aiohttp sessions. This PR fixes the issue by providing the credentials using `aiohttp.BasicAuth` instance as we do in the other methods. -- 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]
