uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1837512607
##########
airflow/models/taskinstance.py:
##########
@@ -1119,24 +1119,23 @@ def get_triggering_events() -> dict[str,
list[AssetEvent | AssetEventPydantic]]:
"outlet_events": OutletEventAccessors(),
"ds": ds,
"ds_nodash": ds_nodash,
- "execution_date": logical_date,
+ "logical_date": logical_date,
"expanded_ti_count": expanded_ti_count,
"inlets": task.inlets,
"inlet_events": InletEventsAccessors(task.inlets, session=session),
- "logical_date": logical_date,
"macros": macros,
"map_index_template": task.map_index_template,
"next_ds": get_next_ds(),
Review Comment:
Keys removed from the deprecation dict (in `airflow.utils.context`) should
also be removed from this dict.
--
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]