eladkal commented on code in PR #36935:
URL: https://github.com/apache/airflow/pull/36935#discussion_r1524655160


##########
airflow/config_templates/config.yml:
##########
@@ -326,7 +337,7 @@ core:
       version_added: 2.3.0
       type: integer
       example: ~
-      default: ""
+      default: None

Review Comment:
   Why did you change this?
   It causes tests to fail
   `airflow.exceptions.AirflowConfigException: Failed to convert value to int. 
Please check "default_task_execution_timeout" key in "core" section. Current 
value: "None".`
   



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to