Hey everyone! What is a more straightforward way ...
# best-practices
d
Hey everyone! What is a more straightforward way to full-refresh only one of selected streams? (e.g., tap-postgres with multiple selected tables)
e
Hi @Denis I.! There's a good discussion in a past thread (linen link). TLDR: there's 2 options: 1. Use
meltano el
with
--select
,
--full-refresh
and
--state-id
2. Use
meltano run
and manually merge the states at the end of the run
d
@edgar_ramirez_mondragon thank you for releasing
--merge-state
feature, it significantly simplified a lot of moving parts!
e
I'm glad you found it useful!