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

[BUG] Boto3 get_partitions pagination is not handled in impl.py #81

Open
DVerzal opened this issue Mar 31, 2022 · 0 comments · May be fixed by #82
Open

[BUG] Boto3 get_partitions pagination is not handled in impl.py #81

DVerzal opened this issue Mar 31, 2022 · 0 comments · May be fixed by #82

Comments

@DVerzal
Copy link
Contributor

DVerzal commented Mar 31, 2022

When utilizing an insert_overwrite materialization strategy, the framework uses boto3's glue client get_partitions function call. This returns a JSON object which can be paginated and requires handling of the NextToken value returned. If pagination is not handled, it appears as though partitions do not exist.

@DVerzal DVerzal linked a pull request Mar 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant