shunping commented on issue #27326: URL: https://github.com/apache/beam/issues/27326#issuecomment-1900764422
I just checked for the latest gcsio (after the recent migration), we still rely on the internal variable `_responses` mentioned in the description: * https://github.com/apache/beam/blob/release-2.53.0/sdks/python/apache_beam/io/gcp/gcsio.py#L230 * https://github.com/apache/beam/blob/release-2.53.0/sdks/python/apache_beam/io/gcp/gcsio.py#L296 I believe we did that because we need to check the response from running batch request and the gcs client library does not provide a way to return this information. https://github.com/googleapis/python-storage/blob/v2.14.0/google/cloud/storage/batch.py#L145 -- 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]
