Skip to content
New issue

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

Missing paginator for Glue list_sessions #4405

Open
1 task
AaronLeon opened this issue Jan 23, 2025 · 0 comments
Open
1 task

Missing paginator for Glue list_sessions #4405

AaronLeon opened this issue Jan 23, 2025 · 0 comments
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.

Comments

@AaronLeon
Copy link

Describe the bug

Glue client is missing paginator support for ListSessions API

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

All paginated operations should support paginator, eg

glue = boto3.client("glue")
paginator = glue.get_paginator("list_sessions")

Current Behavior

Creating the paginator gives an error

botocore.exceptions.OperationNotPageableError: Operation cannot be paginated: list_sessions

Reproduction Steps

glue = boto3.client("glue")
paginator = glue.get_paginator("list_sessions")

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

@AaronLeon AaronLeon added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant