We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataAPI has limitations when running SQL Statement.
The response size limit is 1 MB or 1,000 records. If the call returns more than 1 MB of response data or over 1,000 records, the call is terminated.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
The text was updated successfully, but these errors were encountered:
Will local-data-api emulate the 1mb limit? That would be very useful
Sorry, something went wrong.
@lastmjs Thank you for your request. OK, I will try it.
No branches or pull requests
Feature
DataAPI has limitations when running SQL Statement.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
The text was updated successfully, but these errors were encountered: