aaltay 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_r402683175
########## 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: Not really. I like your solution better. ---------------------------------------------------------------- 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
