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



##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -478,7 +478,7 @@ class DataprocCreateClusterOperator(BaseOperator):
     def __init__(  # pylint: disable=too-many-arguments
         self,
         *,
-        region: str = 'global',
+        region: Optional[str] = None,

Review comment:
       We should update `region` description in docstring to avoid any 
confusion 




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


Reply via email to