-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[Don't merge] Implement Human-in-the-Loop (HITL) shared links functionality #53057
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
Hey @sunank200 , the main AIP-90 branch has been merged. Would be great if you could rebase from the main branch again 🙂 Drop the the first 19 commits directly and then cherry-pick might make everything easier. Also, discussed with @guan404ming , the frontend can't get ti_id directly. Thus, we change the endpoints to the following.
We'll need your help to change the share link endpoint to something like
Add a |
@Lee-W I have covered all of these in #53189 Closing this PR. |
This PR implements Human-in-the-Loop shared links functionality as described in AIP-90. It enables shareable URLs for HITL tasks, allowing users to interact with HITL operators via direct links.
Key Changes
closes:#52202
depends on: 52868
^ 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 airflow-core/newsfragments.