I'm importing a csv with configurable product.
The import goes just fine (no errors), and I see it on the backend, but none of the other simple products are associated with it.
All of the simple products are importing correctly, they're just not associating with the parent item.
I have the parent after the children in the csv, all of the attributes already exist, my configurable_variations are a simple sku=sku,color=ColorName|etc
Did I miss a step?
Magento 2.3.1 running porto theme