Below is my Data flow
AzureEventHub–>FabricEventStream —>OneLakeDelta Table
Above flow is working fine for me .
The only place i am stuck in is ,I am not able to update rows in delta table .
For that I need to uses PySpark structured streaming .
I am exploring if is there any option or way to update Delta Table in Event Stream .