Nataneljpwd commented on code in PR #54421:
URL: https://github.com/apache/airflow/pull/54421#discussion_r2306179926
##########
task-sdk/src/airflow/sdk/definitions/context.py:
##########
@@ -37,31 +37,31 @@
)
-class Context(TypedDict, total=False):
+class Context(TypedDict):
"""Jinja2 template context for task rendering."""
conn: Any
dag: DAG
dag_run: DagRunProtocol
- data_interval_end: DateTime | None
- data_interval_start: DateTime | None
+ data_interval_end: NotRequired[DateTime | None]
Review Comment:
Yes I saw the failing test, will fix it today
--
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]