Forum Discussion
MonztaInc
3 years agoFrequent Visitor
Cannot find supported delta type for logical type TimeSpan
Hello Trying to use Copy Activity to copy data from Azure SQL Server to DataLake via Pipeline. Most of the tables are successful but some failed with the following error: Activity failed be...
Anonymous
2 years agoNot applicable
Hi there,
Did this issue ever get looked at as I've hit the same error with a 'Timespan' source column. Even if try to cast the column as a varchar or even remove the Timespan column from the SELECT statement, I still hit the same error: "Cannot find supported delta type for logical type TimeSpan"
Monzta
2 years agoNew Member
Hey there DaveM92,
After chatting to the support team, they advised mapping the data type to a 'string' as part of the initial load.
In the copy wizard, on the mapping tab, I manually assigned the data type. Thankfully I only have 3 tables that this affects, so not a train smash, but not ideal either.