Forum Discussion

pmscorca's avatar
pmscorca
Icon for Post Prodigy rankPost Prodigy
2 years ago
Solved

Calling a dataflow gen2 in a data pipeline in append mode

Hi,

I've implemented a dataflow gen2 to perform some transformations respect to source data and then copying them in the destination.

Moreover, I've created a data pipeline to use this dataflow but I've noticed and tried that when running the pipeline the destination is overwritten.

Now, does a dataflow allow to write data in the destination in append mode and not in overwrite mode, please?

I don't understand because a such option doesn't exist. Thanks

  • If you turn off the automatic settings,

    you can use append function rather than replace in dataflow gnen 2

3 Replies