vbottu opened a new pull request, #59181:
URL: https://github.com/apache/airflow/pull/59181

   
   #### What type of PR is this?
   
   /kind bug
   
   #### What this PR does / why we need it:
   
   Adds missing `deprecated_options` entry for `dag_file_processor_timeout` 
when it was moved from `[core]` to `[dag_processor]` in Airflow 3.0. Without 
this entry, config values set in the old `[core]` section were ignored, causing 
the dag processor to use the default 50 second timeout instead of 
user-configured values.
   
   #### Which issue(s) this PR is related to:
   
   Fixes #58995
   
   #### Note:
   
   The `deprecated_options` dict was recently moved from 
`airflow-core/src/airflow/configuration.py` to 
`shared/configuration/src/airflow_shared/configuration/parser.py`.
   
   #### Does this PR introduce a user-facing change?
   
   ```release-note
   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: [email protected]

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

Reply via email to