Snapshot inputs and append-only write mode in pipeline builder

I have a pipeline with an input that is updated as a snapshot and an output whose write mode is append-only. How does the output behave in this scenario? Is it still incremental?

The build is not considered incremental since it will re-read all the input data each time it runs. However, the way it’s stored into the output can be then used in an incremental way.