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
Glue client is missing paginator support for ListSessions API
All paginated operations should support paginator, eg
glue = boto3.client("glue") paginator = glue.get_paginator("list_sessions")
Creating the paginator gives an error
botocore.exceptions.OperationNotPageableError: Operation cannot be paginated: list_sessions
No response
1.36.4
MacOS Sequoia 15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Glue client is missing paginator support for ListSessions API
Regression Issue
Expected Behavior
All paginated operations should support paginator, eg
Current Behavior
Creating the paginator gives an error
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.36.4
Environment details (OS name and version, etc.)
MacOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: