Re: How Beam SQL Side Input refresh/update

2021-05-07 Thread Andrew Pilloud
We call this a Slowly Changing Dimensions join, there was a previous effort to add this to Beam that is partially implemented in Java . Unfortunately we haven't finished

How Beam SQL Side Input refresh/update

2021-05-07 Thread Talat Uyarer
Hi, Based on Join documentation. If I have a Join with Unbounded and Bounded > For this type of JOIN bounded input is treated as a side-input by the > implementation. This means that window/trigger is inherented from upstreams. On my pipeline I dont have any triggering or window. I use a global