eladkal commented on PR #22832: URL: https://github.com/apache/airflow/pull/22832#issuecomment-1096450143
I think https://github.com/apache/airflow/pull/22832/commits/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? -- 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]
