The GitHub Actions job "Tests (AMD)" on 
airflow.git/commonai-approval-awaiting-input has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
c7509c5cb92420dc0c2f1a806a0c308d061acf4b / Kaxil Naik <[email protected]>
common.ai: Park approval reviews in awaiting_input on Airflow 3.3+

LLMApprovalMixin (require_approval=True on LLMOperator/AgentOperator) now
raises TaskAwaitingInput on Airflow 3.3+ so the task parks in the
first-class awaiting_input state -- no trigger or triggerer involved --
matching the standard provider's HITLOperator. On older cores it falls
back to deferring to HITLTrigger as before. The response deadline is
enforced by the scheduler's awaiting_input timeout sweep on 3.3+.

Because nothing upstream schema-validates params_input on the
awaiting_input path (HITLTrigger did on the legacy path),
execute_complete now enforces the string contract for reviewer-modified
output and raises HITLTriggerEventError for non-string values.

The AIRFLOW_V_3_3_PLUS flag this uses was added in
apache-airflow-providers-common-compat 1.15.0; the dependency line is
marked "# use next version" so the release manager bumps the floor at
release time.

Report URL: https://github.com/apache/airflow/actions/runs/27611977578

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to