ashb commented on a change in pull request #10663:
URL: https://github.com/apache/airflow/pull/10663#discussion_r485464864



##########
File path: airflow/config_templates/config.yml
##########
@@ -229,6 +229,21 @@
       type: string
       example: ~
       default: "30"
+    - name: dagbag_import_error_tracebacks
+      description: |
+        Should a traceback be shown in the UI for dagbag import errors,
+        instead of just the exception message
+      version_added: 2.0.0
+      type: boolean
+      example: ~
+      default: "False"

Review comment:
       Default of True is probably okay -- I think this is a long term 
complaint and I can see very few reasons to have it off (by default)




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to