What is the reason to cap Athena GetQueryResults.MaxResults as 1000 #3094
Unanswered
reenimathew
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That is a max value set by the service team, there's no way to increase it from the client side. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to use the Pagination feature present in AWS SDK2 for Athena. But 1000 is way too less for us.
Is it possible to override this value?
I see that the documentation caps 1000
`MaxResults
The maximum number of results (rows) to return in this request.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 1000.
Required: No`
Beta Was this translation helpful? Give feedback.
All reactions