jharner11235 commented on code in PR #26027:
URL: https://github.com/apache/airflow/pull/26027#discussion_r969138240
##########
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:
oh yeah, that's fair. I'll make the adjustment
--
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]