mik-laj commented on a change in pull request #5821: [AIRFLOW-5118] Add ability 
to specify optional components in Dataproc…
URL: https://github.com/apache/airflow/pull/5821#discussion_r318747669
 
 

 ##########
 File path: airflow/contrib/operators/dataproc_operator.py
 ##########
 @@ -121,6 +121,9 @@ class 
DataprocClusterCreateOperator(DataprocOperationBaseOperator):
         config files (e.g. spark-defaults.conf), see
         
https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.clusters#SoftwareConfig
     :type properties: dict
+    :param optional_components: List of optional cluster components, for more 
info see
+        
https://cloud.google.com/dataproc/docs/reference/rest/v1/ClusterConfig#Component
+    :type optional_components: list[str]
 
 Review comment:
   There is inconsistency in this file in the way types are written. We have to 
review all types then we will standarize it.  Now the current version is more 
popular.

----------------------------------------------------------------
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

Reply via email to