bolkedebruin commented on issue #17984:
URL: https://github.com/apache/airflow/issues/17984#issuecomment-972796562
`on_state_change` can be a `@hookspec` I guess for a plugin, maybe leaving
some freedom to a developer to do
```
class MyOperator(BaseOperator):
def on_state_change(xxx):
super()
do_my_own_stuff()
```
So that the hook still gets called?
I think most of what you want is included in the standard context, but I am
not entirely sure. So we would need to verifiy this.
--
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]