Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Upsert operation Eventstream into a delta table

how do i do an upsert operation in the eventstreams to a delta table? i dont see in the transformation event has the option to do an upsert using Key.
Does the only way to do upsert is using azure event hub with Spark job? 

4 Replies

  • Upsert isn't supported. And not sure if that support will come in the future - but maybe if Eventstreams get to parity with Stream Analytics it will be possible.

     

  • joezhang-es's avatar
    joezhang-es
    Icon for Microsoft Employee rankMicrosoft Employee

    for event stream and lakehouse integration today, append is the already operator supported.  there is one backlog item tracking the "delete" and "upsert" operator support for lakehouse

  • Anonymous's avatar
    Anonymous
    Not applicable

    thank you. so how do i do an upsert to a delta table then?