Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Lakehouse SQL endpoint table data gets truncated when the data length exceeds 8,000 characters.

Hi,

 

I created a shortcut table in the Lakehouse where one of the columns has a length greater than 8,000 characters. However, when I reference this shortcut table in Data Warehouse views, the data in that column gets truncated. How can this issue be resolved?

 

Thanks,

Venkat

Status: New
Comments
hvdv99
Frequent Visitor
I've encountered that issued before and know its annoying. My suggestion would be to store the content exceeding 8000 chars as a file and keep a reference to that file in a separate table.