when i run tap its emit State record {"type": "STA...
# troubleshooting
a
when i run tap its emit State record {"type": "STATE", "value": {"bookmarks": {"index_stream": {"replication_key": "STARTTIMEINMILLIS", "replication_key_value": 1649739600000}}}} but when i check in meltano DB state field is blank
a
Can you send your meltano command. ‘meltano elt' needs —job_id=. ‘meltano run’ takes care of the job id for you https://docs.meltano.com/reference/command-line-interface.html#run
a
meltano elt tap-elk_rest loader-kafka --job_id=elk2kaf
state type message emitted when i run poetry run tap-elk_rest
a
Have you set your system database to somewhere persistent - eg a Postgres database? https://docs.meltano.com/guide/production#storing-metadata. This system database, in the job table is where you'll see your state. More information that might help: • are you running through docker or stand-alone (local pip install)? meltano —version • Does tap-elk_rest use the state? You should be able to run the tap with —state and see it start from the bookmark you expect.