tim_suh
05/25/2023, 1:02 PMthomas_briggs
05/25/2023, 1:14 PMelt
then you need to specify a job name for it to track state. If you're using run
it should do it automatically though.tim_suh
05/25/2023, 1:22 PMmeltano run tap-mongodb target-snowflake
tim_suh
05/25/2023, 1:22 PMtim_suh
05/25/2023, 1:23 PMthomas_briggs
05/25/2023, 1:26 PMselect
rules in meltano.yml look like? Meltano will store the high water mark for each stream at the end of the run but whether or not it retrieves that and uses it for the next run depends on the configuration.tim_suh
05/25/2023, 1:27 PMselect:
- table1.*
- table2.*
metadata:
'*':
replication-method: INCREMENTAL
replication-key: _id
tim_suh
05/25/2023, 1:29 PMthomas_briggs
05/25/2023, 1:34 PMdbo-*
thomas_briggs
05/25/2023, 1:35 PMtim_suh
05/25/2023, 1:43 PMthomas_briggs
05/25/2023, 1:49 PMthomas_briggs
05/25/2023, 1:51 PMtim_suh
05/25/2023, 2:52 PMmert_bakir
05/25/2023, 3:11 PMtim_suh
05/25/2023, 3:16 PM- name: tap-mongodb
variant: z3z1ma
pip_url: git+<https://github.com/z3z1ma/tap-mongodb.git>
tim_suh
05/25/2023, 3:17 PMtim_suh
05/25/2023, 3:21 PMMatt Menzenski
05/25/2023, 4:18 PMtim_suh
05/25/2023, 4:35 PM