binoy_shah
10/11/2022, 1:48 PMmeltano elt tap-gitlab target-postgres --state-id=gitlab-to-postgres --dump=state > extract/tap-gitlab.state.json
dump the state after completion of elt ? or is it before ?pat_nadolny
10/11/2022, 1:55 PM--dump command is included the pipeline isnt actually run, its more for debugging. You can alternatively use the state command to retrieve those states as wellaaronsteers
10/11/2022, 3:49 PMmeltano state get commands. This method is slightly simpler in terms of syntax.
https://docs.meltano.com/reference/command-line-interface#statebinoy_shah
10/13/2022, 1:08 PM