An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Anonymous , the error is more to do with lookup activity limitations which is
The Lookup activity can return up to 5000 rows; if the result set contains more records, the first 5000 rows will be returned.
The Lookup activity output supports up to 4 MB in size, activity will fail if the size exceeds the limit.
The workaround is to break the source file in to smaller chunks. Thanks
and upvote
for the same. And, if you have any further query do let us know.