Hello, I am using airbyte to replicate data from Mongodb to Bigquery. I would like to have just one final table in BQ per collection in mongo but I end up with the table itself, which is ok + a table "raw" with each documents in mongo in a big unnormalized json object, is it ok ? I can't find a way to disable those tables.
I would like to keep "table_1" and get rid of "airbyte_raw_table_1"