From d33acc6bd79d2c6201a24d79e626aa5cdeed9e91 Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Tue, 20 May 2025 15:37:26 +0530 Subject: [PATCH] [v3-0-test] Remove doc warning for macros defined via plugins (#50810) (cherry picked from commit 34254b2c83705314f26ebd4476c405424556d5a3) Co-authored-by: Amogh Desai --- airflow-core/docs/administration-and-deployment/plugins.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airflow-core/docs/administration-and-deployment/plugins.rst b/airflow-core/docs/administration-and-deployment/plugins.rst index 1735d0f6532f2..5e5dc46f40fbd 100644 --- a/airflow-core/docs/administration-and-deployment/plugins.rst +++ b/airflow-core/docs/administration-and-deployment/plugins.rst @@ -20,10 +20,6 @@ Plugins ======== -.. warning:: - - As part of Airflow 3.0.0 development, support for user-defined macros is pending. This will be added soon in an upcoming release. See `#48476 `__ for further support updates on this feature. - Airflow has a simple plugin manager built-in that can integrate external features to its core by simply dropping files in your ``$AIRFLOW_HOME/plugins`` folder.