Abacn commented on issue #31218:
URL: https://github.com/apache/beam/issues/31218#issuecomment-2100920109

   filesystem extensions [gcp],[s3],etc are optional dependencies of beam. 
#31219 will cause excessive warning raised if user not intended to install 
these dependencies. Can we improve the error message you referred in the 
description instead?
   
   ```
   Unable to get filesystem from specified path, please use the correct path or 
ensure the required dependency is installed, e.g., pip install 
apache-beam[gcp]. Path specified: ...
   ```
   
   to, e.g. 
   
   ```
   Unable to get filesystem of scheme "s3://" from specified 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