nuclearpinguin 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_r316178213
##########
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:
```suggestion
:type optional_components: List[str]
```
----------------------------------------------------------------
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