Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
While ingesting data from an on-premises SQL Server database table into a Lakehouse Delta table in Microsoft Fabric using the upsert method in copy activity, I encountered the following error:
ErrorCode=FailedToUpsertDataIntoDeltaTable, 'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException, Message=Hit an error when upsert data to table in Lakehouse. Error message: Could not load file or assembly 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' or one of its dependencies. The system cannot find the file specified., Source=Microsoft.DataTransfer.Connectors.LakehouseTableConnector,''Type=System.IO.FileNotFoundException, Message=Could not load file or assembly 'System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' or one of its dependencies. The system cannot find the file specified., Source=Microsoft.DataTransfer.Connectors.LakehouseTableConnector,'
Steps to reproduce:
Expected behavior:
The pipeline should upsert data into the Lakehouse Delta table without assembly-related errors.
Actual behavior:
The pipeline fails with the missing assembly error for System.Linq.Async.
Environment details:
Request:
Please investigate and advise on:
Thanks All,
Solved! Go to Solution.
I was able to resolve this issue by turning on Enable staging in the Settings tab of the copy activity.
I believe if the staging step is required for this scenario, the error message should be clearer and point users towards enabling staging as the solution. The current error message is complex and not well defined, which makes troubleshooting harder than it needs to be.
create a support ticket for microsoft to investigate, if it is in product, put a high priority
I was able to resolve this issue by turning on Enable staging in the Settings tab of the copy activity.
I believe if the staging step is required for this scenario, the error message should be clearer and point users towards enabling staging as the solution. The current error message is complex and not well defined, which makes troubleshooting harder than it needs to be.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Fabric update to learn about new features.