Hayden Ness
09/09/2024, 6:27 PM.meltano/run/{extractor}/state.json
and the local filesystem MELTANO_STATE_BACKEND_URI=file://...
?
Are both important? Does one supersede the other?visch
09/09/2024, 7:05 PMstate
to the taps. State is sent to taps via a cli argument tap-name --config config.json --state state.json --catalog catalog.json
state.json
is built via a number of methods with Meltano.
State backend_uri is one of the possibilities!Edgar Ramírez (Arch.dev)
09/09/2024, 7:58 PM.meltano/run/{extractor}/state.json
is a temporary file created so it can be passed as a CLI argument as Derek mentioned, while the local filesystem state backend is where the state is retrieved and from which the file mentioned before is created.Hayden Ness
09/11/2024, 3:35 AM/run/...
files are only temporary is what I was after.