You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @Victoriapm for reporting that MERGE does not work in Fabric yet. We need to know which incremental strategies are supported on Fabric today.
The default seems to be delete+insert. Which ones are supported and which ones are not?
Definition of done:
We know which ones are supported
File Issues to give errors if trying one that isn't supported
@ernestoongaro , Fabric currently support insert+delete. If unique key is not provided, it will default to append mode. I will update this in the documentation.
Thanks to @Victoriapm for reporting that MERGE does not work in Fabric yet. We need to know which incremental strategies are supported on Fabric today.
The default seems to be delete+insert. Which ones are supported and which ones are not?
Definition of done:
The text was updated successfully, but these errors were encountered: