Hello Everyone, I am doing a POC with `tap-mongodb...
# getting-started
p
Hello Everyone, I am doing a POC with `tap-mongodb`(meltano variant) and
target-jsonl
. When I run meltano run tap-mongodb target-jsonl I am getting KeyError: '_id'. Although I have mentioned
replication-key: _id
in metadata, I have still facing this error. Could you someone please help me? Thanks
a
Try using a different name, like rid instead.
p
@alex_b, Thanks for your response. As mentioned I updated the replication-key to rid and now I am getting KeyError: 'rid'
m
(meltanolabs variant tap-mongodb author here) Currently, the tap only supports
replication-key: replication_key
. I plan to add support for user-defined replication keys but that isn’t possible today.
p
Thank you so much Matt and it worked