Abacn commented on code in PR #32518:
URL: https://github.com/apache/beam/pull/32518#discussion_r1768951994


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1023,7 +1023,8 @@ def _handle_temp_and_staging_locations(self, validator):
   def validate(self, validator):
     errors = []
     if validator.is_service_runner():
-      errors.extend(self._handle_temp_and_staging_locations(validator))
+      if not self.view_as(TestOptions).dry_run:

Review Comment:
   Let's add a comment stating "this needs Internet connection and/or 
credentials"



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to