sai_shobith_l
11/28/2022, 11:41 AMmeltano add extractor tap-mongodb
2. meltano config tap-mongodb set --interactive
(added all the required settings)
after that I ran meltano config tap-mongodb test
and got this error
tap_mongodb.errors.InvalidReplicationMethodException: Invalid replication method None! replication method needs to be either FULL_TABLE or INCREMENTAL
I tried adding replication-method
to extractor in meltano.yml file:
# just showing part of the meltano.yml file
extractors:
- name: tap-mongodb
select:
- '*.*'
metadata:
replication-method: LOG_BASED
still got the error!
Where should I add the replication-method?
Thanks!sai_shobith_l
11/28/2022, 2:57 PMPlugin configuration is invalid
TypeError: 'NoneType' object is not subscriptable
sai_shobith_l
11/28/2022, 3:13 PMmeltano config tap-mongodb set _metadata '*' replication-method LOG_BASED
meltano config tap-mongodb test