Skip to content

Commit c0deb21

Browse files
Fix FAB provider name in auth manager section of release notes (#56301)
1 parent fbf839e commit c0deb21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ simplify onboarding:
12091209

12101210
- ``catchup_by_default`` is now set to ``False`` by default. DAGs will not automatically backfill unless explicitly configured to do so.
12111211
- ``create_cron_data_intervals`` is now set to ``False`` by default. As a result, cron expressions will be interpreted using the ``CronTriggerTimetable`` instead of the legacy ``CronDataIntervalTimetable``.
1212-
- ``SimpleAuthManager`` is now the default ``auth_manager``. To continue using Flask AppBuilder-based authentication, install the ``apache-airflow-providers-flask-appbuilder`` provider and explicitly set ``auth_manager = airflow.providers.fab.auth_manager.FabAuthManager``.
1212+
- ``SimpleAuthManager`` is now the default ``auth_manager``. To continue using Flask AppBuilder-based authentication, install the ``apache-airflow-providers-fab`` provider and explicitly set ``auth_manager = airflow.providers.fab.auth_manager.FabAuthManager``.
12131213

12141214
These changes represent the most significant evolution of the Airflow platform since the release of 2.0 — setting the
12151215
stage for more scalable, event-driven, and language-agnostic orchestration in the years ahead.

reproducible_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: 1d6d475b0c7664be9a9602f4b4ef19bd
2-
source-date-epoch: 1758835081
1+
release-notes-hash: 07082f3225cc822b8f456a377336d689
2+
source-date-epoch: 1759336130

0 commit comments

Comments
 (0)