I have a simple pipeline with 1 single copy function. It copies the calendar table from salesforce to a sql server database. This works perfect in our dev data factory. We are using dev salesforce and dev sql server.
We moved this to our test data factory and it no longer completes. We are using test salesforce and test sql server. It tries inserting the data in the wrong column order. It tries putting "user" in the boolean data type field and copy fails.
I thought maybe it was salesforce test or sql server test causing the issue, so I created a clone of the pipline and changed the source and sink to use salesforce test and sql server test but from my DEV data factory and all worked as expected.
I then changed data factory TEST to hit salesforce DEV and sql server DEV and this fails as well with the same insert error.
So I believe I can say for sure it's a data factory issue in my TEST environment.
My SHIR is the exact same version in DEV and TEST.
What else could be different?