JonnyIncognito commented on issue #6210: [AIRFLOW-5567] BaseAsyncOperator URL: https://github.com/apache/airflow/pull/6210#issuecomment-542527794 > 4. Is there a good candidate operator to rework to use this? (there was discussion about dataflow and dataproc above but either the hooks are not set up well or the operators are actively being reworked) Not sure what cloud provider you're using, but if you have access to AWS: EmrAddStepsOperator and EmrStepSensor. Even if you don't, these do have existing unit tests. There's an ongoing thread ([link](https://lists.apache.org/thread.html/e2d4835b719f14b690604e6ed52677f270f8b8415c3feab27d2bf570@%3Cdev.airflow.apache.org%3E)) in airflow-dev about exactly these.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
