Forum Discussion

pmscorca's avatar
pmscorca
Kudo Kingpin
2 years ago
Solved

Unreported column about a String or binary data would be truncated error

Hi, when I execute a dataflow gen2 to read data from a lakehouse to write them on a warehouse I've this error message: Mashup Exception Data Source Error Couldn't refresh the entity because of an i...
  • NandanHegde's avatar
    2 years ago

    Based on my understanding, it is not possible to get that data from the failure meassage.

    You would have to debug via the below scenarios :

    1) you would have to compare the max length of values of each column at source with the schema at the sink

    to identify for which column the data is getting truncated

    2)try making the length of all columns max and then insert data and then compare the max value length with original column lengths