dossett commented on a change in pull request #4015: [AIRFLOW-2789] Create
single node DataProc cluster
URL: https://github.com/apache/incubator-airflow/pull/4015#discussion_r224111605
##########
File path: airflow/contrib/operators/dataproc_operator.py
##########
@@ -170,6 +172,7 @@ def __init__(self,
idle_delete_ttl=None,
auto_delete_time=None,
auto_delete_ttl=None,
+ single_node=False,
Review comment:
Instead of an explicit parameter would it be better to infer that a single
node cluster is being requested if zero workers are requested and allow that?
----------------------------------------------------------------
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