potiuk commented on code in PR #23932:
URL: https://github.com/apache/airflow/pull/23932#discussion_r882569629


##########
airflow/models/abstractoperator.py:
##########
@@ -101,6 +101,7 @@ class AbstractOperator(LoggingMixin, DAGNode):
 
     owner: str
     task_id: str
+    is_mapped: ClassVar[bool]

Review Comment:
   @uranusjr -> maybe there is another way, but I believe the lack of 
"is_mapped"  in AbstractOperator was a bit wrong (and it would prevent adding 
the proper typing in task_group_to_grid ad AbstractOperator missed `is_mapped` 
field). 



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