-
Notifications
You must be signed in to change notification settings - Fork 26
Fix Batch operator async for Amazon provider release 8.0.0 #978
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
Conversation
The `overrides` param has been removed and should instead `container_overrides` parameter be used with the release of provider version 8.0.0. The commit adds this fix ensuring backward compatibility for older versions of the provider to continue using the `overrrides` param. related to: #977
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #978 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 90 90
Lines 5078 5080 +2
=======================================
+ Hits 5009 5011 +2
Misses 69 69
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please share test results for pre-rc versions of the provider
The
overrides
param has been removed and should insteadcontainer_overrides
parameter be used with the release of provider version 8.0.0. The commit adds this fix ensuring backward compatibility for older versions of the provider to continue using theoverrrides
param.related to: #977