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 · 1 comment
Open
1 task

Missing paginator for Glue list_sessions #4405

AaronLeon opened this issue Jan 23, 2025 · 1 comment
Labels
bug This issue is a confirmed bug. glue investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue service-api This issue is caused by the service API, not the SDK implementation.

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
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. glue and removed needs-triage This issue or PR still needs to be triaged. labels Jan 23, 2025
@khushail
Copy link

Hi @AaronLeon , thanks for reaching out.

This is the list of available Paginator for Glue -https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glue.html#paginators

Looks like list_sessions is not supported through Glue service paginators. So I would need to file the request with the service team. Would share updates soon.

Thanks

@khushail khushail added p3 This is a minor priority issue service-api This issue is caused by the service API, not the SDK implementation. 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. glue investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue service-api This issue is caused by the service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants