Skip to content

Add deprecated_options entry for dag_file_processor_timeout - #59181

Merged
potiuk merged 1 commit into
apache: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 into
apache:mainfrom
vbottu:fix-dag-file-processor-timeout-config-58995

Conversation

@vbottu

@vbottu vbottu commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

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

vbottu commented Jan 6, 2026

Copy link
Copy Markdown
Contributor Author

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 this to the Airflow 3.1.6 milestone Jan 6, 2026
@github-actions

github-actions Bot commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

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

potiuk commented Jan 6, 2026

Copy link
Copy Markdown
Member

Backported in #60162

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
Ankurdeewan pushed a commit to Ankurdeewan/airflow that referenced this pull request Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Import timeouts not visible in UI

2 participants