ly_pham
06/16/2021, 5:24 PMly_pham
06/16/2021, 5:26 PMaaronsteers
06/16/2021, 5:35 PMly_pham
06/16/2021, 5:51 PMly_pham
06/16/2021, 5:53 PMaaronsteers
06/16/2021, 5:55 PM--job_id
as described here:
https://meltano.com/docs/command-line-interface.html#elt
Each job-id has it’s own state, and so if you had one job per country (for instance) you’d never have to worry about one country’s state overriding the state for another country.aaronsteers
06/16/2021, 5:57 PMmeltano elt … --job-id <myjob> --dump=state
which outputs the state to a file you could add to git.aaronsteers
06/16/2021, 5:57 PMly_pham
06/16/2021, 6:05 PMaaronsteers
06/16/2021, 6:12 PM<tap-name>_<country-code>_<prod-or-test>
Which might result in these job_id names:
• salesforce_us_prod
• salesforce_us_test
• salesforce_uk_prod
• salesforce_us_test
• …
• pardot_us_prod
• pardot_us_test
• ….aaronsteers
06/16/2021, 6:12 PMaaronsteers
06/16/2021, 6:13 PMwe work in Singapore timeOh my! Have a good night then. No worries about responding quickly. We are very used to async conversations. 🙂
douwe_maan
06/16/2021, 6:13 PMtable: One row for eachjob
pipeline run, holding started/ended timestamps and incremental replication state.meltano elt
ly_pham
06/16/2021, 6:21 PM