karthik-dev56 opened a new pull request, #36486: URL: https://github.com/apache/beam/pull/36486
This PR adds a Python snippet demonstrating a slowly updating global window side input, similar to the existing Java example in Beam docs. The snippet uses a dummy side input for local testing and can later be extended with PeriodicImpulse for real pipelines. - Adds run_side_input_example() in snippets.py - Demonstrates cross-join of main input with side input - Outputs results with print() for easy verification Closes #35935 -- 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]
