turbaszek opened a new issue #10687: URL: https://github.com/apache/airflow/issues/10687
**Description** Deprecate using `global` as the default `region` value in Google Dataproc operators and hooks. Make the default value `None` and then check if another value was passed. If not then raise a warning and set the value to `global` to preserve backward compatibility. **Use case / motivation** This parameter should be required by operators because running in any default (unexpected) region may be seen as undesirable behavior. **Related Issues** https://github.com/apache/airflow/pull/10673#discussion_r481057300 ---------------------------------------------------------------- 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]
