edward_smith
04/23/2021, 7:10 PMIncremental state has been updated at 2021-04-23 19:00:11.605346.. However, when I rerun the same elt command, it says: No state was found, complete import. Does this mean it isn't resuming where it had left off?
2. target-snowflake | INFO Failed to import optional packages, pyarrow Although, Pyarrow is installed in the meltano venv, I'm not sure why it has this issue.edgar_ramirez_mondragon
04/23/2021, 7:16 PMedward_smith
04/23/2021, 7:23 PMmeltano elt tap-postgres-tipping_receivetiptransaction target-snowflake both timesedgar_ramirez_mondragon
04/23/2021, 7:41 PM--job_id option: https://www.meltano.com/docs/command-line-interface.html#eltedward_smith
04/23/2021, 7:47 PMThe --job_id option identifies related EL(T) runs when storing and looking up incremental replication state.... so maybe it doesn't save the state without it?
Good find... I have it running via the UI right now, but I'll try this option when I get a chanceedward_smith
04/23/2021, 7:47 PMedgar_ramirez_mondragon
04/23/2021, 8:30 PMdouwe_maan
04/23/2021, 9:07 PMdouwe_maan
04/23/2021, 9:08 PMjob_id on meltano elt, or define a schedule using meltano schedule so that the schedule name will be used as the job ID when using meltano schedule run <schedule>edward_smith
04/26/2021, 2:02 PM