ashb commented on PR #22832:
URL: https://github.com/apache/airflow/pull/22832#issuecomment-1096491355

   > I think 
[a45380d](https://github.com/apache/airflow/commit/a45380d5d9b3884c8d54dd0f029691ddff94829d)
 should address it. BTW user can do:
   > 
   > ```
   >     class MyDummyOperator(DummyOperator):
   >         inherits_from_dummy_operator = False
   > ```
   > 
   > though it doesn't make sense.
   > 
   > Should we make `inherits_from_empty_operator` in `EmptyOperator` property 
as well?
   
   I agree it doesn't make much sense -- if they wanted that should have just 
inherited from BaseOperator instead. Worth the small chance of breaking 
back-compat for that, or do we accept it for now?


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