seanghaeli opened a new pull request, #64984: URL: https://github.com/apache/airflow/pull/64984
Async deadline callbacks (TriggererCallbacks) now receive a full context
with dag_id, run_id, logical_date, ds, ts, conf, and other standard template
variables. Plain function callbacks get their kwargs rendered with Jinja2
before execution. Notifier classes are skipped since they self-render via
__await__.
Replaces the minimal "simple context" from PR #55241 with a richer deadline
context.
--
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]
