Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
gabriela_13
New Member

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? 

2 ACCEPTED SOLUTIONS

For now I would run a notebook (Spark.)

Or - and mind you, I haven't tested this on Onelake, only SQL - use a UDF in Kusto that upserts to a OneLake shortcut/external table (https://learn.microsoft.com/en-us/fabric/real-time-intelligence/onelake-shortcuts?tabs=onelake-short...)

View solution in original post

joezhang-es
Microsoft Employee
Microsoft 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

View solution in original post

4 REPLIES 4
joezhang-es
Microsoft Employee
Microsoft 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

gabriela_13
New Member

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

For now I would run a notebook (Spark.)

Or - and mind you, I haven't tested this on Onelake, only SQL - use a UDF in Kusto that upserts to a OneLake shortcut/external table (https://learn.microsoft.com/en-us/fabric/real-time-intelligence/onelake-shortcuts?tabs=onelake-short...)

JohanLudvig
Frequent Visitor

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.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors