Hello everybody. If I run a tap with "--full-refre...
# getting-started
j
Hello everybody. If I run a tap with "--full-refresh" does it duplicate records on the target?
d
If you run with
--full-refresh
, all the record will be extracted and passed on the target again. It's up to the target to use the primary key(s) to detect whether it should be creating new records or updating existing ones