If i delete for instance a jsonl table, will melta...
# singer-targets
i
If i delete for instance a jsonl table, will meltano do a full load or will it still use the replication key saved in state even though no records exist in the location
1
e
It's the latter. Neither Singer taps nor Meltano look at the destination to decide whether to perform incremental replication.
i
When I change what column the replication key is set to for a particular stream, will that reset it? And is there a way to reset the current replication key value for the current column which is set as the replication key
Also when new columns are added to the stream, will meltano do a full refresh? or how does it handle adding new columns to the stream?
Trying to add columns to a stream and re-run it but the full table is loaded right now
e
Would the
--full-refresh
flag of
meltano run
work for your use case?
i
Yeah - I ended up just passing the --full-refresh flag
👍 1