Structured Streaming Delta Table - Reading and writing from same table
Hi I have a structured streaming job that reads from a delta table "A" and pushes to another delta table "B".A Schema - group_key, id, timestamp, valueB Schema - group_key, watermark_timestamp, derived_valueOne requirement is that i need to get the m...
- 2699 Views
- 1 replies
- 0 kudos