Taragolis commented on code in PR #28874: URL: https://github.com/apache/airflow/pull/28874#discussion_r1067900216
########## airflow/providers/apache/hive/provider.yaml: ########## @@ -56,6 +56,7 @@ dependencies: # the sasl library anyway (and there sasl library version is not relevant) - sasl>=0.3.1; python_version>="3.9" - thrift>=0.9.2 + - impyla Review Comment: Not every async implementation is asyncio-compatible. `asyncio` stand for Asynchronous I/O however `impyla` provides asynchronous execution with block I/O. Implementation of `impyla` would be perfect for regular Sensor rather than Trigger and defer Operators -- 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]
