PageSize parameter is not supported for redshift-data #3742
Unanswered
twilson650
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @twilson650 thanks for reaching out. It appears that the GetStatementResult API does not support I saw this topic came up here on Stack Overflow a few years ago, though the AWS Forums post referenced there is no longer working. I can try reaching out to the Redshfit Data team to get more clarity on the behavior here. |
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
-
I'm trying to query redshift tables and paginate the results with boto3 but I'm getting an error.
I'm getting this error on the last line:
If I omit the PageSize parameter, it returns all results successfully, but I haven't been able to paginate my results. What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions