-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixes ISSUE-19095: auto refresh boto credentials #19098
base: main
Are you sure you want to change the base?
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
6c27f85
to
68f4af0
Compare
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
When using using the assumeRole connection option with jobs involving AWS services, the default 1 hour of boto might not cut it and the job fails, one way of solving this is to refresh the credentials when they expire, this ensures there is always valid credentials for the job regardless for how long it runs.
68f4af0
to
c813756
Compare
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
Hey @KylixSerg , thanks a lot for the PR. Thanks! |
895e107
to
2653b33
Compare
Hey @IceS2 , thanks for checking this out, I fixed the linting issue for my changes, but running the make py_format_check, results in other linting error unrelated to this PR |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
When using using the assumeRole connection option with jobs involving AWS services, the default 1 hour of boto might not cut it and the job fails, one way of solving this is to refresh the credentials when they expire, this ensures there is always valid credentials for the job regardless for how long it runs.
Describe your changes:
Fixes ISSUE-19095
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>