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 2021/05/03 19:21:40 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #10343: Add extra links for google dataproc

turbaszek commented on a change in pull request #10343:
URL: https://github.com/apache/airflow/pull/10343#discussion_r625310534



##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -173,11 +218,11 @@ def __init__(
         properties: Optional[Dict] = None,
         optional_components: Optional[List[str]] = None,
         num_masters: int = 1,
-        master_machine_type: str = 'n1-standard-4',
-        master_disk_type: str = 'pd-standard',
+        master_machine_type: str = "n1-standard-4",
+        master_disk_type: str = "pd-standard",
         master_disk_size: int = 1024,
-        worker_machine_type: str = 'n1-standard-4',
-        worker_disk_type: str = 'pd-standard',
+        worker_machine_type: str = "n1-standard-4",
+        worker_disk_type: str = "pd-standard",

Review comment:
       Unrelated changes, please revert all quote changes as asked previously by @ashb 




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