ibzib commented on a change in pull request #11269: [BEAM-9199] Require 
Dataflow --region in Python SDK.
URL: https://github.com/apache/beam/pull/11269#discussion_r402644369
 
 

 ##########
 File path: sdks/python/apache_beam/options/pipeline_options_validator_test.py
 ##########
 @@ -38,9 +38,12 @@
 # Mock runners to use for validations.
 class MockRunners(object):
   class DataflowRunner(object):
-    pass
+    def get_default_gcp_region(self):
 
 Review comment:
   We could also just add `--region` to all the tests if you would prefer.

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


With regards,
Apache Git Services

Reply via email to