Just fired up Airbyte this morning. Eventually I want to replicate Mongo DB to Postgres. I started with Postgres to Postgres with the DVD Rental database. I got the source and destination setup and the connector working to replicate from one database to another. I had expected the table schema in the new database to match the source database, but I wound up with all the data in a jsonb blob. This matches the
Postgres Destination Documentation, but is different than my expectations. Is this the expected behavior or do I need to configure something differently?