guan404ming commented on PR #72159:
URL: https://github.com/apache/airflow/pull/72159#issuecomment-5603132867

   Thanks. Here is the demo of `approval_notifiers` end to end:
   
   1. Trigger `llm_approval_notifiers_demo`. `summarize_ticket` (`LLMOperator`, 
`require_approval=True`) runs and pauses in Awaiting Input.
   2. Task log shows the notifier firing right after the review opens: 
`NOTIFIER FIRED -> #airflow-reviews: task 'summarize_ticket' is waiting for 
approval at Required Actions`.
   3. Required Actions lists the pending review; open it and click Approve.
   4. Task resumes, downstream `publish` runs, run ends in Success.
   
   Notifier is a custom `BaseNotifier` that logs to the task log (stand-in for 
Slack/email).
   
   <img width="1200" height="750" alt="llm_approval_notifiers_demo" 
src="https://github.com/user-attachments/assets/765f7f4d-6439-4e9b-9daf-84b0998b2be2";
 />
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to