seanhagen commented on issue #34151: URL: https://github.com/apache/beam/issues/34151#issuecomment-2698432625
@abacn I have done that, I'm able to read from S3 using `ReadFromText` ( for plain CSVs ) or `MatchFiles` & `ReadMatches` ( for gzipped CSVs that need to be unzipped first ). The issue really seems to be that the Java expansion service doesn't have the S3 filesystem registered, not something on the Python side of things. -- 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]
