swainmoc commented on code in PR #54105:
URL: https://github.com/apache/airflow/pull/54105#discussion_r2266334350


##########
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:
   I don't think it will break existing dags, This change is on an internal 
helper function that is used to generate cluster configs that is then used to 
pass to DataprocCreateClusterOperator dag 
(https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/dataproc.html#generating-cluster-config)



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