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

check transform job status before deferring SageMakerTransformOperator #36680

Conversation

Lee-W
Copy link
Member

@Lee-W Lee-W commented Jan 9, 2024

While running a sagemaker transform job in deferrable mode, the condition might already be met before we defer the task into the trigger. This PR intends to check the job status before deferring the task to trigger.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an 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 a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Jan 9, 2024
@Lee-W Lee-W changed the title check transform job status status before deferring SageMakerTransformOperator check transform job status before deferring SageMakerTransformOperator Jan 9, 2024
@Lee-W Lee-W force-pushed the check-sagemaker-transform-job-status-before-deferring branch from 6ec4f9c to e9f4913 Compare January 9, 2024 09:37
@Lee-W Lee-W force-pushed the check-sagemaker-transform-job-status-before-deferring branch from e9f4913 to 04a5a95 Compare January 9, 2024 10:56
@Lee-W
Copy link
Member Author

Lee-W commented Jan 9, 2024

The static check failure fix is in #36677

@Lee-W Lee-W force-pushed the check-sagemaker-transform-job-status-before-deferring branch from 04a5a95 to e045530 Compare January 10, 2024 00:30
@phanikumv phanikumv merged commit b260367 into apache:main Jan 11, 2024
52 checks passed
@phanikumv phanikumv deleted the check-sagemaker-transform-job-status-before-deferring branch January 11, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:amazon AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants