Forum Discussion
Data Flow ODBC Failure
Hello,
I stumbled upon this post because we were facing the exact same issue than you. We wanted to migrate a dataset that had some ODBC connections to a dataflow. In the dataset it worked perfectly fine, but when we migrated to the dataflow it started showing the error: The ODBC driver returned an invalid value.
After some hours of debugging, we found this value in a date column on our data lake: -0001-11-30 00:00:00.000.
Quite odd if you ask me. We filtered that row in an SQL query within the dataflow and it loaded fine. We did find it curious, though, that it worked in the dataset without an issue, but not in the dataflow, so we checked that row on the older dataset to see what value we saw there, and it was blank. My takeaway of this is that dataset does some data clean on odd dates if it found any, but the dataflow throws an error.
Anyway, I guess you fixed the issue already, but I figured that posting our solution here might help others in the future because this was the only post I found on this subject on Google.
Regards
Jose Chacón Bogarín