Forum Discussion
Dataflow to Lakehouse WriteToDestination Failure
- 7 months ago
Hi v-ssriganesh
After much trial and error myself and a Microsoft employee were able to fix the issue. It is a bug dealing with the 2.0 connector - ADBC driver. Switching it to 1.0 and using the ODBC driver worked. Apparently this will be fixed in an update soon, but for now, I have swapped all Databricks connections to 1.0 and they work fine.
Hi pacman,
Are there any really large text or binary columns in your table?
I've seen dataflows (and pipelines) struggle with really large BLOB or text columns.
- pacman7 months agoNew Member
Hello tayloramy ,
Suprisingly no large text nor binary columns. Mostly consists of brief descriptionary text (age, gender, etc.) and identifying keys. Microsoft support suggested using Fast Copy for Dataflow Gen2, so that is on my list of things to try when I run again over night.