dstandish opened a new pull request, #36767:
URL: https://github.com/apache/airflow/pull/36767

   Base classes such as BaseOperator and BaseSensorOperator are public in the 
traditional sense.  We publish them explicitly for the purpose of being 
extended.
   
   But I think that derivatives of them are published only as end products, in 
that their behavior and signature should be subject to semver, but not their 
structure, which should be considered "internal" and not user-facing.  Users 
can extend these classes but they should do so at their own risk, with the 
knowledge that we might refactor.  Otherwise the "public interface" is just 
unreasonably big.
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to