Hi every one . I need ur help.
I have a target Postgres loader and I have plan to truncate my table in Postgres every time when I run pipeline before loading. what is the best solution for this one.
t
thomas_briggs
03/10/2022, 1:46 PM
Does the --full-refresh option do what you need?
m
mari_n
03/10/2022, 3:25 PM
you mean replication= full table ?
t
thomas_briggs
03/10/2022, 5:19 PM
That could work too - it depends on whether you want to reload just that one table or all tables. replication-method=FULL_TABLE will reload the whole table for that one table.