liferoad commented on issue #34010: URL: https://github.com/apache/beam/issues/34010#issuecomment-2665950579
Have you tried https://cloud.google.com/dataflow/docs/guides/enrichment? For your case, you might need to use `with_redis_cache` with TTL: https://beam.apache.org/documentation/transforms/python/elementwise/enrichment/ Also, to check whether Session Window and Fixed Window side inputs work, you probably can test it by removing windowing. I do not see why it shouldn't work. -- 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]
