Hi, folks! I've changed config for the table in me...
# troubleshooting
d
Hi, folks! I've changed config for the table in meltano.yml. What is the best way to remove the state of the table from the incremental state ? So that this specific table will sync from scratch and not from the last saved incremental state. 1. I've found that editing state.json is an option 2. Also I can start a new sync with some other state-id and use
--select
for this table But maybe some combination of cli commands would do the trick ? Thanks!
t
--full-refresh
should do the trick for both
meltano run
and
meltano elt
you can also use the
state
command if you’re on a more recent version of meltano https://docs.meltano.com/reference/command-line-interface#state