Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 06:05 AM
Hello @Mo, thanks for the answer!
I've considered using foreachBatch, but there are 2 issues:
- For some cases I need to use as source 2 streaming table and join them. I believe this is not supported by foreachBatch?
- Since I would be using merge for writting the output, would it be possible to stream from the output table?
Do you know if there is a way to resolve these??