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

Fix sagemaker operator for Amazon provider release 8.0.0 #979

Merged
merged 2 commits into from Apr 24, 2023

Conversation

pankajkoti
Copy link
Collaborator

The find_processing_job_by_name method on the Sagemaker hook has been replaced with count_processing_jobs_by_name and hence make the necessary changes for the release ensuring backward compatibility for the older versions of the provider.

related to: #977

The `find_processing_job_by_name` method on the Sagemaker hook has
been replaced with `count_processing_jobs_by_name` and hence make the
necessary changes for the release ensuring backward compatibility
for the older versions of the provider.

related to: #977
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d2aa8ab) 98.64% compared to head (3c20b7e) 98.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #979   +/-   ##
=======================================
  Coverage   98.64%   98.64%           
=======================================
  Files          90       90           
  Lines        5078     5079    +1     
=======================================
+ Hits         5009     5010    +1     
  Misses         69       69           
Impacted Files Coverage Δ
...onomer/providers/amazon/aws/operators/sagemaker.py 100.00% <100.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@pankajastro pankajastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@phanikumv
Copy link
Collaborator

Please share the test results for pre-rc provider versions

@pankajkoti
Copy link
Collaborator Author

Successful DAG runs for older versions of the providers
Screenshot 2023-04-24 at 6 21 04 PM

Successful DAG runs for RC versions of the providers
Screenshot 2023-04-24 at 6 21 24 PM

@phanikumv phanikumv merged commit 71d5e8f into main Apr 24, 2023
19 checks passed
@phanikumv phanikumv deleted the fix-sagemaker-amazon-rc-8.0.0 branch April 24, 2023 13:04
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 this pull request may close these issues.

None yet

3 participants