mik-laj commented on a change in pull request #4064: AIRFLOW-3149 Support dataproc cluster deletion on ERROR URL: https://github.com/apache/airflow/pull/4064#discussion_r247361419
########## File path: airflow/contrib/operators/dataproc_operator.py ########## @@ -35,6 +35,31 @@ from airflow.utils import timezone +# Common code to share over operators. Better way to do this? +def _wait_for_delete_done(service, operation_name): Review comment: It's better to put this code in Hook. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
