arjunanan6 commented on issue #31614: URL: https://github.com/apache/airflow/issues/31614#issuecomment-1568765844
A feature like this would be great. What we've done for now is to add our re-usable modules (such as on_success or on_failure callbacks) as [plugins ](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/plugins.html)and simply import them into our DAGs. Granted, you still need to import it for each DAG, but it makes the effort a little easier. -- 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]
