Forum Discussion

st_0999's avatar
st_0999
Helper II
3 years ago
Solved

Dataflow and Delta Tables - strange behaviour

Hi,    I'm got strange behaviour with one of the Delta tables I created yesterday, but I'm not sure if this is a bug, or whether it is expected.    I'll try to explain what I saw: I have a dataf...
  • miguel's avatar
    miguel
    3 years ago

    Replace = basically deletes all the records in the table and replaces the content in the table with new one

    Append = Simply adds new records to an existing table

     

    A method such as "UPDATE AND INSERT" would probably update existing records if it finds any and will try to also insert new ones if they dont already exist. This method doesn't exist today, but you can create a new idea on aka.ms/FabricIdeas for it.