Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add deprecated_options entry for dag_file_processor_timeout#59181

Merged
potiuk merged 1 commit intoapache:mainfrom
vbottu:fix-dag-file-processor-timeout-config-58995
Jan 6, 2026
Merged

Add deprecated_options entry for dag_file_processor_timeout#59181
potiuk merged 1 commit intoapache:mainfrom
vbottu:fix-dag-file-processor-timeout-config-58995

Conversation

Copy link
Contributor

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 requested review from amoghrajesh, ashb and potiuk as code owners December 8, 2025 03:02
amoghrajesh requested review from ephraimbuddy and jedcunningham December 8, 2025 10:48
Copy link
Contributor Author

vbottu commented Jan 6, 2026

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

potiuk approved these changes Jan 6, 2026
potiuk merged commit 56b0e5a into apache:main Jan 6, 2026
57 checks passed
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 added this to the Airflow 3.1.6 milestone Jan 6, 2026
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

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
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
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
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
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
jhgoebbert pushed a commit to jhgoebbert/airflow_Owen-CH-Leung that referenced this pull request Feb 8, 2026
Subham-KRLX pushed a commit to Subham-KRLX/airflow that referenced this pull request Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

potiuk potiuk approved these changes

ashb Awaiting requested review from ashb ashb is a code owner

amoghrajesh Awaiting requested review from amoghrajesh amoghrajesh is a code owner

ephraimbuddy Awaiting requested review from ephraimbuddy

jedcunningham Awaiting requested review from jedcunningham

Assignees

No one assigned

Labels

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

Projects

None yet

Milestone

Airflow 3.1.6

Development

Successfully merging this pull request may close these issues.

Import timeouts not visible in UI

2 participants