sunank200 commented on PR #48714:
URL: https://github.com/apache/airflow/pull/48714#issuecomment-2774656159

   > i am confused because, is_mapped does not appear to be on that class 🤔
   
   @dstandish `is_mapped` is part of AbstractOperator 
[here](https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/definitions/_internal/abstractoperator.py#L176)
 and 
[BaseOperator](https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/bases/operator.py#L581)
 uses AbstractOperator.


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