Forum Discussion
coverturfLSH
1 year agoResolver II
Pipeline Copy Activity Error
Hello, I'm getting the following error trying to run a copy activity from a lakehouse to a warehouse. The lakehouse and warehouse tables were autocreated from a dataflow. The final published dat...
- 1 year ago
Issue seems to be related to a lakehouse varchar field that is at the max 8000 characters. The warehouse destination is also configured for 8000 characters but something in the copy process must not be liking that many characters.
To fix I'm unfortunately having to exclude that field from the copy, but the rest of the fields copy fine.
coverturfLSH
1 year agoResolver II
Hi Nono,
Thanks for the suggestions but none of those apply to my issue. I will try deleting the whole dataflow and starting again.