Skip to content

🐛 Source MongoDB: DBRefs are not handled #9604

Closed
@alafanechere

Description

@alafanechere

Environment

  • Airbyte version: 0.35.2-alpha
  • Source Connector and version: airbyte/source-mongodb-v2:0.1.11
  • Severity: High
  • Step where error happened: Sync job

Current Behavior

This issue was created following this slack discussion.
Link between mongo document can be expressed in Mongo with Database Reference.
I think our connector is not handling this kind of inter-document link properly, leading to this kind of error: org.bson.cojavadecs.configuration.CodecConfigurationException: Can't find a codec for class com.mongodb.DBRef.

Expected Behavior

Properly parse document with DBRefs

Logs

sync logs

Steps to Reproduce

  1. Sync a collection that has documents with DBRefs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions