I have a Azure data explorer and would like to ingest a 500MB parquet , however timeout ..

and actually it takes quite a long time
I have a Azure data explorer and would like to ingest a 500MB parquet , however timeout ..

and actually it takes quite a long time
Hello @sakuraime,
Thanks for the question and using MS Q&A platform.
By default, timeout is set to four minutes for queries. This value can be increased if needed (capped at one hour).
If you query using Kusto.Explorer, use Tools > Options > Connections > Query Server Timeout.
Programmatically, set the servertimeout client request property, a value of type System.TimeSpan, up to an hour.

For more details, refer to ADX - Limit execution timeout.
Hope this helps. Do let us know if you any further queries.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
Hello @sakuraime,
Just checking in to see if the above answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.
Hello @sakuraime,
Following up to see if the above suggestion was helpful. And, if you have any further query do let us know.
3 people are following this question.