damccorm commented on issue #21137: URL: https://github.com/apache/beam/issues/21137#issuecomment-2643912840
Yes, it is the same, we should be able to close this issue. > I'm working on a side input scenario where I need the side input to be ready before the main pipeline starts. Could you clarify if WaitOn is the right approach for this? If you're passing a side input in to the main PCollection, it should automatically get computed before that transform starts, so you shouldn't need anything special. WaitOn actually works by creating a side input relationship just like this. -- 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]
