timothy_suh
09/22/2020, 10:18 PMdouwe_maan
09/22/2020, 10:23 PMmeltano elt
output for the run that updated the target table unexpectedly?timothy_suh
09/22/2020, 10:25 PMtimothy_suh
09/22/2020, 10:26 PMtimothy_suh
09/22/2020, 10:26 PMdouwe_maan
09/22/2020, 10:27 PMmeltano | No state was found, complete import.
Here's your issue 🙂 Apparently Meltano is not able to find the most recent run's state (https://meltano.com/docs/integration.html#pipeline-state), so it's not able to tell the extractor where the last run left off and where it should start off now, so the extractor is just starting from scratch againdouwe_maan
09/22/2020, 10:28 PM--job_id=<name>
when running meltano elt
?douwe_maan
09/22/2020, 10:28 PMmeltano elt
have access to the same system database (https://meltano.com/docs/project.html#system-database), which is where the incremental state is stored?douwe_maan
09/22/2020, 10:30 PMtap-postgres
have state
under capabilities
in meltano.yml
?timothy_suh
09/22/2020, 10:30 PMtimothy_suh
09/22/2020, 10:35 PMtimothy_suh
09/22/2020, 10:35 PMdouwe_maan
09/22/2020, 10:38 PMmeltano --log-level=debug elt ...
(debug mode: https://meltano.com/docs/command-line-interface.html#debugging), you should be able to see the RECORD
message output by tap-postgres
timothy_suh
09/22/2020, 10:38 PMtimothy_suh
09/22/2020, 10:42 PMdouwe_maan
09/22/2020, 10:43 PMtimothy_suh
09/22/2020, 10:45 PMdouwe_maan
09/22/2020, 10:46 PMtimothy_suh
09/22/2020, 10:46 PMdouwe_maan
09/22/2020, 10:47 PMtimothy_suh
09/22/2020, 10:47 PMdouwe_maan
09/22/2020, 10:47 PM