When using snapshot replace output mode on a dataset, the snapshot/incremental explanation of a build is incomplete - -basically has no indicator on why it’s a snapshot.
Follow-up – how do I set the output mode to incremental? Can’t figure out which one corresponds to it, you have quite a few
The UI is a bit unclear here - we don’t have enough information to determine why it can’t run incrementally.
Does your transform perhaps have a media set input?
Nope, the pipeline just takes a single input (snapshot tabular dataset,) and should produce a single output – the incremental dataset of only new and/or modified rows based on a column.
Hi there! If your input is just a tabular dataset, than you can update your output to be incremental by hovering over your input, and clicking incremental
in the selector that shows up underneath the input dataset node.
You can find some more information on what this means by opening the help dialog and clicking Example
. If you are still seeing errors regarding how the job cannot be run incrementally, please send some more details on your pipeline (i.e. any transforms you’re using).
I believe we do have an issue with reporting of why this specific build didn’t run incrementally - we have filed a support ticket and will get back to you when we have a resolution.
Thanks!