Testing #12 with the transferwise variant of tap-mongodb, it looks like every single schema generated by the target only contains _id,document, and _sdc_deleted_at. I'm not exactly sure what's going on here, but I'm guessing we'll have to by default flatten self.schema or something?
I think this may have been due toflatten_fields being applied to records but not reflected in the schema. I made flatten_fields a config option for the time being.
Testing #12 with the transferwise variant of
tap-mongodb
, it looks like every single schema generated by the target only contains_id
,document
, and_sdc_deleted_at
. I'm not exactly sure what's going on here, but I'm guessing we'll have to by default flattenself.schema
or something?