I run my filter recipe periodically. I would like to use append instead of overwrite to store only new tweets (not what is already stored with the recipe output). Is it possible?
Hi,
this looks like a use case for partitioning. Note this is an advanced concept of DSS.
Imagine one uses "append", discovers a bug, fixes it, runs the flow again: the output dataset would then contain both the buggy and the correct data.