uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1837512918
##########
airflow/utils/context.pyi:
##########
@@ -102,24 +102,23 @@ class Context(TypedDict, total=False):
ds: str
ds_nodash: str
exception: BaseException | str | None
- execution_date: DateTime
+ logical_date: DateTime
Review Comment:
Same, this should be sorted.
Also, removed deprecated fields should be removed here too.
--
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]