dstandish commented on code in PR #48467:
URL: https://github.com/apache/airflow/pull/48467#discussion_r2021062386


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -118,6 +118,9 @@ class RuntimeTaskInstance(TaskInstance):
     start_date: datetime
     """Start date of the task instance."""
 
+    is_mapped: bool | None = None

Review Comment:
   i found that when i do what you suggest, mypy complains that task may be 
None when runtime TI created -- because TI.task is Operator | None. i will cast 
it but, just fyi



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