feat(python): Load AWS endpoint_url using boto3#22851
Merged
ritchie46 merged 7 commits intopola-rs:mainfrom May 21, 2025
Merged
feat(python): Load AWS endpoint_url using boto3#22851ritchie46 merged 7 commits intopola-rs:mainfrom
endpoint_url using boto3#22851ritchie46 merged 7 commits intopola-rs:mainfrom
Conversation
8d8c9fe to
3d4b619
Compare
nameexhaustion
commented
May 21, 2025
|
|
||
| eprint = partial(print, file=sys.stderr) | ||
| def eprint(*a, **kw): | ||
| return print(*a, file=sys.stderr, **kw) |
Collaborator
Author
There was a problem hiding this comment.
drive-by, ensure eprint does not capture sys.stderr upon import, this caused pytest capfd to not work as it presumably relies on patching sys.stderr (pytest-dev/pytest#5997)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22851 +/- ##
==========================================
+ Coverage 80.98% 81.04% +0.05%
==========================================
Files 1674 1674
Lines 236937 237065 +128
Branches 2787 2792 +5
==========================================
+ Hits 191883 192127 +244
+ Misses 44388 44269 -119
- Partials 666 669 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ritchie46
approved these changes
May 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note, this will require
boto3to be installed on the system that executes the query. It is not compatible with:credential_provider(or passingNone)