Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
A fact table saved as delta table using copy data activity in fabric from SQL database. An update is done on the fact table using spark SQL script in fabric. If I run the copy data activity again in the pipeline will the update retain in delta table? Explain the situation
Hi @Anonymous ,
Based on your description, your question is whether the updates will remain in the delta table if you run the copy data activity again in the pipeline.
As far as I know, updates will retain in the Delta Table after copying data again, provided that the data copying process is configured correctly.
If you want to know more about the Delta Lake tables, please refer to the following link.
Work with Delta Lake tables in Microsoft Fabric - Training | Microsoft Learn
Best Regards,
Yulia Yan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.