michael_lan
03/03/2022, 2:28 PMself.finalize_state_progress_markers
method in my overwritten parse_reponse
method after the yield data, but it doesn't work, any idea?edgar_ramirez_mondragon
03/03/2022, 3:39 PMfinalize_state_progress_markers
yourself as it is called for you in a private class method. When you say
I am having trouble saving the state in the database for each chunk of datahow are you running the tap?
michael_lan
03/03/2022, 3:59 PMedgar_ramirez_mondragon
03/03/2022, 4:00 PMmichael_lan
03/03/2022, 4:01 PMmeltano elt tap-x target-jsonl --job_id=my_job_id
where tap-x is the tap i am creatingmichael_lan
03/03/2022, 4:06 PM{"error": "ELT could not be completed: Extractor failed\nFor more detailed log messages, check the generated log file '/home/michaellan/Development/work/folder/data/collectors/meltano/meltano-projects/my-meltano-project/.meltano/logs/elt/job5/de6bcd03-4fc4-47b4-9133-c1c57bc44176/elt.log' or re-run the command using the '--log-level=debug' CLI flag."}
I need that when the process fails due to timeout or other problem the state is saved, for example {"singer_state": {"bookmarks": {"invoices": {"replication_key": "issuedAt", "replication_key_value": "2015-07-26 19:51:11"}}}}
.michael_lan
03/03/2022, 8:38 PMedgar_ramirez_mondragon
03/03/2022, 8:46 PMmichael_lan
03/04/2022, 3:02 PMSTATE_MSG_FREQUENCY = 20
It is already configured, when I run the tap without meltano the output file if does create the state every 20 recordsmichael_lan
03/07/2022, 11:43 PMedgar_ramirez_mondragon
03/08/2022, 12:40 AMby the lack of internet connectioninteresting! I'm curious why that would cause problems for Meltano trying to save state. Is the database in the cloud?
michael_lan
03/08/2022, 4:36 PM