I'm trying to build gold level streaming live table based on two streaming silver live tables with left join.
This attempt fails with the next error:
"Append mode error: Stream-stream LeftOuter join between two streaming DataFrame/Datasets is not supported without a watermark in the join keys, or a watermark on the nullable side and an appropriate range condition".
My question is how I can implement the watermark with SQL interface? Where can I find examples?
Thanks.