Andy Carter
07/10/2023, 1:37 PMtap-spreadsheets-anywhere
experts: can I force it to use FULL_TABLE
sync mode? Nothing in the config suggests this is possible, or a quick search of the source.
We have some spreadsheets where rows are being deleted, so these are remaining in the output tables.
EDIT: I think I need to learn about activate_version
🙂janis_puris
07/10/2023, 1:55 PMAndy Carter
07/10/2023, 1:56 PMmeltano run
command? Not sure of the syntax there, any pointers welcomejanis_puris
07/10/2023, 1:59 PMplugins.extractors.[*].config
you should be able able to add
default_replication_method: FULL_TABLE
or
metadata:
<stream-id>:
replication-method: FULL_TABLE
or something along the lines.
I've never used this tap, but I can try it out, if you have a reproducible example.janis_puris
07/10/2023, 2:01 PMAndy Carter
07/10/2023, 2:05 PMAndy Carter
07/10/2023, 2:08 PMfelipe_souto_campelo
07/10/2023, 8:52 PM