Fetch the result of a query as Parquet
/api/SqlBackground/{executionId}/parquet
FetchQueryResultParquet
Fetch the data in the format of the method's name (if available, or if not simply being informed it is not yet ready).
The following error codes are to be anticipated most with standard Problem Detail reports:
- 400 BadRequest : Something failed with the execution of your query
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found : The requested query result doesn't (yet) exist.
- 429 Too Many Requests : Please try your request again soon
- The query has been executed successfully in the past yet the server-instance receiving this request (e.g. from a load balancer) doesn't yet have this data available.
- By virtue of the request you have just placed this will have started to load from the persisted cache and will soon be available.
- It is also the case that the original server-instance to process the original query is likely to already be able to service this request.