Azure: Krusto Query : mv-expand limit

Azure: Krusto Query : mv-expand limit

It’s a note that mv-expand will only return the first 128 rows only. it doesn’t give you any warning.

To fix this, add limit to your query – the maximum value is 2000.

| mv-expand mydata limit 2000