Allow setting query limits
Open
enhancement
- Dominant language
- Python
- Stars
- 32
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```
set truncationmaxsize=1048576;
set truncationmaxrecords=1105;
```
Other examples: https://docs.microsoft.com/en-us/azure/data-explorer/kusto/concepts/querylimits
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the public query-builder API and reviewing the linked Azure Data Explorer query-limits documentation; done means callers can express the truncationmaxsize and truncationmaxrecords settings shown in the examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100