DLT streaming table and LEFT JOIN
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 09:16 AM
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.