ashb commented on code in PR #26027:
URL: https://github.com/apache/airflow/pull/26027#discussion_r965675154


##########
airflow/config_templates/config.yml:
##########
@@ -1477,6 +1477,20 @@
       type: boolean
       example: ~
       default: "True"
+    - name: email_on_dag_import_failure
+      description: |
+        Whether email alerts should be sent when a dag fails to import
+      version_added: ~
+      type: boolean
+      example: ~
+      default: "True"

Review Comment:
   We don't need a setting and a list of emails -- empty = don't email.



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