diff --git a/src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs b/src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs index 54922722..10019e42 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs +++ b/src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs @@ -22,7 +22,7 @@ namespace Microsoft.Kusto.ServiceLayer.Scripting // TODOKusto: Extract into the Kusto folder. selectQuery.Append($"{KustoQueryUtils.EscapeName(urn.GetAttribute("Name"))}"); selectQuery.Append($"{KustoQueryUtils.StatementSeparator}"); - selectQuery.Append("limit 1000"); + selectQuery.Append("limit 10"); return selectQuery.ToString(); }