potiuk commented on code in PR #46156: URL: https://github.com/apache/airflow/pull/46156#discussion_r1931386045
########## providers/src/airflow/providers/apache/livy/hooks/livy.py: ########## @@ -29,9 +29,9 @@ import requests from aiohttp import ClientResponseError from asgiref.sync import sync_to_async +from providers.http.src.airflow.providers.http.hooks.http import HttpAsyncHook, HttpHook Review Comment: That is not going to work - you won't import it when it is installed "for real" this way. -- 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]
