sunank200 commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1840014052


##########
airflow/utils/context.pyi:
##########
@@ -102,24 +102,19 @@ class Context(TypedDict, total=False):
     ds: str
     ds_nodash: str
     exception: BaseException | str | None
-    execution_date: DateTime
     expanded_ti_count: int | None
     inlets: list
     inlet_events: InletEventsAccessors
     logical_date: DateTime
     macros: Any
     map_index_template: str
-    next_ds: str | None
-    next_ds_nodash: str | None
-    next_execution_date: DateTime | None
+    next_logical_date: DateTime | None

Review Comment:
   I have removed: prev_logical_date_success, prev_logical_date and 
next_logical_date.
   
   



-- 
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