satybald commented on pull request #15185: URL: https://github.com/apache/beam/pull/15185#issuecomment-892183062
> > To be honest, I don't know how to obtain them? Should I log those read session ids in the PTransform? > > The source should emit these logs -- if it doesn't currently, then we should add this in this PR. cc: @vachan-shetty Yep, I think there's a need to do so, otherwise those session ids are not apper in the logs. Java API explicitly logs those details. https://github.com/apache/beam/blob/dce846b36a4fb9140c4c5d14e10b72f835f03d98/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryStorageSourceBase.java#L158-L161 -- 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]
