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


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1172,6 +1172,10 @@ def _handle_temp_and_staging_locations(self, validator):
       return []
     # Both staging and temp locations are bad, try to use default bucket.
     else:
+      _LOGGER.warning(

Review Comment:
   It is valid when error is "ERR_MISSING_GCS_PATH". We should only issue 
warning when either is "ERR_INVALID_GCS_PATH"



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to