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_jobs #4022

Closed
AlJohri opened this issue Feb 17, 2024 · 2 comments
Closed

missing paginator for glue list_jobs #4022

AlJohri opened this issue Feb 17, 2024 · 2 comments
Assignees
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

Comments

@AlJohri
Copy link

AlJohri commented Feb 17, 2024

Describe the bug

Glue is missing a list_jobs paginator.

See the list of available paginators for glue here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glue.html#paginators

Expected Behavior

All operations that can be paginated should have an associated paginator.

I expect this code to work:

paginator = glue.get_paginator("list_jobs")

Current Behavior

Currently it errors out:

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

Reproduction Steps

import boto3
glue = boto3.client("glue")
paginator = glue.get_paginator("list_jobs")

Possible Solution

No response

Additional Information/Context

No response

SDK version used

1.26.58

Environment details (OS name and version, etc.)

Amazon Linux 2

@AlJohri AlJohri added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Feb 17, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK added glue p3 This is a minor priority issue investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Feb 21, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Feb 21, 2024
@RyanFitzSimmonsAK
Copy link
Contributor

Hi @AlJohri, thanks for reaching out. It looks like the ListJobs paginator does exist, but Boto3 does not support it due to an issue with the model. I've reached out to the service team about this issue, and will update you when I hear back. In the meantime, as this is a service team issue, I'm going to open a tracking issue in our cross-SDK repository (aws/aws-sdk#698). Please reference that issue for any updates. Thanks!

Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

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
Projects
None yet
Development

No branches or pull requests

2 participants