-werners-
Esteemed Contributor III

@Ranjeet Jaiswal​ ,

afaik merge is supported:

https://docs.databricks.com/_static/notebooks/merge-in-streaming.html

This link does some aggregation but that can be ommitted of course.

The interesting part here is outputMode("update"), and the foreachBatch function which does the actual merge

View solution in original post