Uh oh!
There was an error while loading. Please reload this page.
Add deferrable param in BatchOperator - #30865
Conversation
syedahsn
left a comment
There was a problem hiding this comment.
This looks great! Just need to make a few minor changes.
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.
a3f47f3 to
dd1286eCompareUh oh!
There was an error while loading. Please reload this page.
syedahsn
left a comment
There was a problem hiding this comment.
Looks good to me. Nice work!
Can we apply the cc: @potiuk |
potiuk
commented
Apr 28, 2023
Applied. Closed/reopened to rebuild it. |
Uh oh!
There was an error while loading. Please reload this page.
7073f19 to
3f177d0CompareAdd the deferrable param in BatchOperator. This will allow running BatchOperator in an async way that means we only submit a job from the worker to run a batch job then defer to the trigger for polling and wait for a job the job status and the worker slot won't be occupied for the whole period of task execution.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
syedahsn
left a comment
There was a problem hiding this comment.
Looks good to me. Nice work!
Add the deferrable param in BatchOperator.
This will allow running BatchOperator in an async way
that means we only submit a job from the worker to run a batch job
then defer to the trigger for polling and wait for a job the job status
and the worker slot won't be occupied for the whole period of
task execution.
original PR: #30500
^ 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.rstor{issue_number}.significant.rst, in newsfragments.