Hi everyone, I have a tap-shipstation to target-postgres pipeline. For the shipments table, the items info is coming in as a single jsonb column even though I set "data_flattening_max_level": 1000.
I need Meltano to send that info into a separate shipments_items table during the ELT. How and where can I make this change?
Thanks in advance!