hussein-awala commented on issue #35381: URL: https://github.com/apache/airflow/issues/35381#issuecomment-1791741821
I confirm that most Airflow users create subclasses to add their default values to the official classes, and there are no problems with that, especially for the users who need to customize the notifications However, for common needs, creating some ready-to-use notifiers in Airflow is a good idea. Still, maybe we should not touch the class `SmtpNotifier ` and instead create a subclass with the mode param that provides the values for the superclass based on the chosen mode. -- 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]
