You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/21 16:50:50 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #22359: Only recursively check XComArg if arg is operator

potiuk edited a comment on pull request #22359:
URL: https://github.com/apache/airflow/pull/22359#issuecomment-1074148724


   > `AbstractOperator` was added to accomodate `MappedOperator`; in 2.2 and earlier this would simply be `BaseOperator`.
   
   Yep. It is fine in this case because both - caller and callee come from airflow - they are not in providers. So even if you use provider Operators they import BaseOperator from `airflow` an it will already implement AbstractOperator, so all is fine.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org