Skip to content

Conversation

@vbottu
Copy link
Contributor

@vbottu vbottu commented Dec 8, 2025

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?

NONE

@vbottu
Copy link
Contributor Author

vbottu commented Jan 6, 2026

Could I get a review please @potiuk @ephraimbuddy @jedcunningham

@potiuk potiuk merged commit 56b0e5a into apache:main Jan 6, 2026
57 checks passed
@potiuk potiuk added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Jan 6, 2026
@potiuk potiuk added this to the Airflow 3.1.6 milestone Jan 6, 2026
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 56b0e5a v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

potiuk pushed a commit to potiuk/airflow that referenced this pull request Jan 6, 2026
…ut (apache#59181)

(cherry picked from commit 56b0e5a)

Co-authored-by: Vinod Bottu <bottuvinod@gmail.com>
potiuk pushed a commit to potiuk/airflow that referenced this pull request Jan 6, 2026
…ut (apache#59181)

(cherry picked from commit 56b0e5a)

Co-authored-by: Vinod Bottu <bottuvinod@gmail.com>
potiuk pushed a commit to potiuk/airflow that referenced this pull request Jan 6, 2026
…ut (apache#59181)

(cherry picked from commit 56b0e5a)

Co-authored-by: Vinod Bottu <bottuvinod@gmail.com>
potiuk added a commit that referenced this pull request Jan 6, 2026
…ut (#59181) (#60162)

(cherry picked from commit 56b0e5a)

Co-authored-by: Vinod Bottu <bottuvinod@gmail.com>
@potiuk
Copy link
Member

potiuk commented Jan 6, 2026

Backported in #60162

chirodip98 pushed a commit to chirodip98/airflow-contrib that referenced this pull request Jan 9, 2026
stegololz pushed a commit to stegololz/airflow that referenced this pull request Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Import timeouts not visible in UI

2 participants