This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new acae4febaac [v3-2-test] docs(plugins_manager): fix misleading typo
(#67101) (#67114)
acae4febaac is described below
commit acae4febaacd9f6dd3af9487b817e06c0e15669e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 17:43:24 2026 +0200
[v3-2-test] docs(plugins_manager): fix misleading typo (#67101) (#67114)
(cherry picked from commit aab741737f0fa2e879432dadadf5803781edb664)
Co-authored-by: Wei Lee <[email protected]>
---
.../src/airflow_shared/plugins_manager/plugins_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
b/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
index 1632ccd7ac9..17739428013 100644
---
a/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
+++
b/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
@@ -119,7 +119,7 @@ class AirflowPlugin:
# A list of timetable classes that can be used for Dag scheduling.
timetables: list[Any] = []
- # A list of timetable classes that can be used for Dag scheduling.
+ # A list of partition mapper classes that can be used for Dag scheduling.
partition_mappers: list[Any] = []
# A list of deadline reference classes that can be used as custom
deadlines in Dags.