Closed danphenderson closed 9 months ago
@danphenderson Would you update the CHANGELOG.md
file to include your bug fix?
@aajisaka Done! I also caught one more instance of the bug and updated the PR.
On a side note, I had to bypass the pre-commit hooks with the --no-verify
git commit flag as there are a lot of pre-commit issues that should be resolved in an isolated PR. I will file a separate issue for that. Also, currently, we are swallowing errors after logging them in imply.py
, which is likely not the best course of action (do what you will with that observation).
Thank you @danphenderson for your update.
Also, please feel free to file separate issue/PR for your findings.
resolves #58
Description
Using the
get_paginator
to make a continuation call over all databases defined in the targeted glue catalog.Checklist
CHANGELOG.md
and added information about my change to the "dbt-glue next" section.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.