Lee-W commented on code in PR #54105:
URL: https://github.com/apache/airflow/pull/54105#discussion_r2266264379


##########
providers/google/src/airflow/providers/google/cloud/operators/dataproc.py:
##########
@@ -226,6 +227,7 @@ def __init__(
         internal_ip_only: bool | None = None,
         tags: list[str] | None = None,
         storage_bucket: str | None = None,
+        cluster_tier: str | None = None,

Review Comment:
   It would be better if we could make this one a keyword-only argument. Adding 
a new parameter this way might break existing user dag. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to