potiuk commented 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 calle 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
