liferoad commented on issue #29440: URL: https://github.com/apache/beam/issues/29440#issuecomment-1813203118
For your use case, you should not use `with beam.Pipeline() as pipeline`. Just do `p = beam.Pipeline()` and later do `p.run()`. -- 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]
