pierrejeambrun commented on code in PR #50792:
URL: https://github.com/apache/airflow/pull/50792#discussion_r2107321181
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2420,7 +2420,7 @@ dag_processor:
description: |
How long before timing out a DagFileProcessor, which processes a dag
file
version_added: ~
- type: string
+ type: integer
Review Comment:
Yes I also saw in the template all default values are defined like this even
they are not string 🤔
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2420,7 +2420,7 @@ dag_processor:
description: |
How long before timing out a DagFileProcessor, which processes a dag
file
version_added: ~
- type: string
+ type: integer
Review Comment:
Yes I also saw in the template all default values are defined like this even
they are not string, so I figured this was expected🤔
--
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]