Transfer Data Table With Loop Timestamp

Hi KNIME Universe,

I need your suggestion. So I have a data table in snowflakes that contained a timestamp column. I want to transfer the data to another database under postgres. The data is very big so I cannot transfer the data in one time. My question is how is the workflow so I can transfer the data like incremental refresh / looping for each timestamp data table from ?

@ananggaersan you coud try to do this in chunks like with a chunk loop start or you can see if streaming can help