Forum Discussion
jcaubin
2 years agoFrequent Visitor
Dataflow gen2 to lakehouse table type error
A dataflow gen 2, last step, conver column type to date. Dataflow run ends with error cant insert dateTime into date Last df step: #"Tipo de columna cambiado" = Table.TransformColumnTypes(#"...
Shikha_Solanki
1 year agoFrequent Visitor
I have same issue please help to resolve the issue
Datatype is same in both place lakehouse Table and Gen2 data flow
We can't insert values of type 'DateTime' into column 'Date' because it expects values of type 'Date
what should i do in that case