You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:27:34 UTC

[GitHub] [airflow] Ferdinanddb commented on a change in pull request #9024: Deploy a Dataproc cluster on top of a GKE cluster

Ferdinanddb commented on a change in pull request #9024:
URL: https://github.com/apache/airflow/pull/9024#discussion_r430545298



##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -154,6 +154,8 @@ class ClusterGenerator:
     :param customer_managed_key: The customer-managed key used for disk encryption
         ``projects/[PROJECT_STORING_KEYS]/locations/[LOCATION]/keyRings/[KEY_RING_NAME]/cryptoKeys/[KEY_NAME]`` # noqa # pylint: disable=line-too-long
     :type customer_managed_key: str
+    :param gke_cluster: Optional: The GKE cluster's name hosting the Dataproc cluster
+    type: gke_cluster: str

Review comment:
       ```suggestion
       type gke_cluster: 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:
users@infra.apache.org