This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 7a4333ba238 [v3-0-test] Add user-defined macros warning to Plugins doc page (#50357) (#50407) 7a4333ba238 is described below commit 7a4333ba238bd0a21a2a226988aea1804bf95f4f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 9 22:52:54 2025 +0530 [v3-0-test] Add user-defined macros warning to Plugins doc page (#50357) (#50407) * Add user-defined macros warning to Plugins doc page * plugins doc warning message * Add link to issue in warning message --------- (cherry picked from commit a1f0da49ddac12c6e482a1b42b50bb9d8188fd43) Co-authored-by: Zach <zach.gottes...@datadoghq.com> Co-authored-by: Kaxil Naik <kaxiln...@gmail.com> --- airflow-core/docs/administration-and-deployment/plugins.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/airflow-core/docs/administration-and-deployment/plugins.rst b/airflow-core/docs/administration-and-deployment/plugins.rst index 5e5dc46f40f..1735d0f6532 100644 --- a/airflow-core/docs/administration-and-deployment/plugins.rst +++ b/airflow-core/docs/administration-and-deployment/plugins.rst @@ -20,6 +20,10 @@ 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 <https://github.com/apache/airflow/issues/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.