Uh oh!
There was an error while loading. Please reload this page.
Implement a Sagemaker DeleteModelOperator and Delete model hook. - #21673
Conversation
hsrocks
commented
Feb 19, 2022
Sure! Valid point @eladkal . Can see its missing for sagemaker altogether. Will do it . The failed test ' |
potiuk
commented
Feb 19, 2022
It could be flaky failure. Try again. |
eladkal
commented
Feb 19, 2022
Yep probably not related. Once you will add the docs and example I'll review |
0f04379 to
7c43d25Comparehsrocks
commented
Feb 21, 2022
can you please check the code and share your feedback? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1bc8949 to
5a874d6Compare5a874d6 to
37d1a29Comparef7765a4 to
d4bf264CompareUh oh!
There was an error while loading. Please reload this page.
ferruzzi
commented
Feb 24, 2022
Looks like my points have been addressed other than that new question about the indenting of the START/END flag in the sample DAG, which may or may not be a concern. Thanks for the changes. |
Thanks a lot for review :) No it does not failed for me. |
ashb
commented
Feb 25, 2022
If in doubt rebase. In this case it will help as it has been fixed on main. |
hsrocks
commented
Feb 25, 2022
Thanks @ashb ! I already did it twice before but let me do it again :) Thanks for the help!! |
d4bf264 to
161b968CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
161b968 to
06aac01CompareThe PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
Awesome work, congrats on your first merged pull request! |

This PR implements operator for Sagemaker operator and hooks to delete the Sagemaker model
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.