Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning in migrations about old config. #29092

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

ashb
Copy link
Member

@ashb ashb commented Jan 21, 2023

We got this warning otherwise:

.../0069_2_0_0_add_scheduling_decision_to_dagrun_and_.py:66 FutureWarning: section/key [core/dag_concurrency] has been deprecatedyou should use[core/max_active_tasks_per_dag] instead. Please update your conf.get* call to use the new name

@potiuk
Copy link
Member

potiuk commented Jan 22, 2023

Needs hash regeneration by pre-commit.

We got this warning otherwise:

> .../0069_2_0_0_add_scheduling_decision_to_dagrun_and_.py:66 FutureWarning: section/key [core/dag_concurrency] has been deprecatedyou should use[core/max_active_tasks_per_dag] instead. Please update your `conf.get*` call to use the new name
@ashb ashb merged commit 9c3cd38 into apache:main Jan 23, 2023
@ashb ashb deleted the fix-warning-in-migrations branch January 23, 2023 10:54
@ashb ashb added this to the Airflow 2.5.2 milestone Jan 23, 2023
@pierrejeambrun pierrejeambrun added the type:bug-fix Changelog: Bug Fixes label Feb 27, 2023
pierrejeambrun pushed a commit that referenced this pull request Mar 7, 2023
We got this warning otherwise:

> .../0069_2_0_0_add_scheduling_decision_to_dagrun_and_.py:66 FutureWarning: section/key [core/dag_concurrency] has been deprecatedyou should use[core/max_active_tasks_per_dag] instead. Please update your `conf.get*` call to use the new name

(cherry picked from commit 9c3cd38)
pierrejeambrun pushed a commit that referenced this pull request Mar 8, 2023
We got this warning otherwise:

> .../0069_2_0_0_add_scheduling_decision_to_dagrun_and_.py:66 FutureWarning: section/key [core/dag_concurrency] has been deprecatedyou should use[core/max_active_tasks_per_dag] instead. Please update your `conf.get*` call to use the new name

(cherry picked from commit 9c3cd38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants