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.