thomas_briggs
04/26/2022, 1:55 PMmeltano run
- extractor, mapper, loader. A few days ago it failed due to some bad data. No problem, easy fix. However, now I can't run the pipeline without including the --force switch because, according to the DB, the job that failed is still running. Shouldn't the --force switch clean that up? I thought that's how things worked with meltano elt
but maybe I'm just misremembering. Regardless, "you need to tweak the data in the Meltano DB" can't be the real answer here, can it? This feels like a standard enough scenario that manually editing the DB shouldn't be required to address it... at least to me.taylor
04/26/2022, 2:03 PMtaylor
04/26/2022, 2:03 PMmeltano state
command which should help with things like htat!thomas_briggs
04/26/2022, 2:06 PMthomas_briggs
04/26/2022, 2:07 PMthomas_briggs
04/26/2022, 2:19 PMtaylor
04/26/2022, 2:20 PM<env>:<tap-name>-to-<target-name>
. we have an option issue to make it easy to override thoughthomas_briggs
04/26/2022, 2:25 PM