daniel
01/19/2024, 2:15 AMmeltano run --full-refresh
and the tap fails midway through, will the next run of meltano run
for the same tap
/ target
use state from the --full-refresh
run or could it potentially pick up stale state from another meltano run
? For example:
meltano run --full-refresh some-tap some-mapper some-target
meltano run some-tap some-mapper some-target <- will this use state created by the previous line?
Mostly wondering because I just ran a --full-refresh
that failed after a couple hours, then the subsequent run without a --full-refresh
finished in 15 minutes but I'm clearly missing tons of data in the target.jan_soubusta
01/19/2024, 8:51 AMdaniel
01/19/2024, 3:36 PM