Fokko commented on a change in pull request #3981: [AIRFLOW-3133] Implement
xcom_push flag for contrib's operators
URL: https://github.com/apache/incubator-airflow/pull/3981#discussion_r224664350
##########
File path: airflow/contrib/operators/dataproc_operator.py
##########
@@ -412,7 +412,7 @@ def execute(self, context):
self.cluster_name
)
self._wait_for_done(service)
- return True
+ return None
Review comment:
Change this to `return` without the `None` please
----------------------------------------------------------------
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