This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 88623acae8 Update cluster-policies.rst (#34174)
88623acae8 is described below
commit 88623acae867c2a9d34f5030809102379080641a
Author: Cody Rich <[email protected]>
AuthorDate: Fri Sep 15 02:49:04 2023 -0400
Update cluster-policies.rst (#34174)
Removed experimental tag from Pluggy interface. Resolves #34147
---
docs/apache-airflow/administration-and-deployment/cluster-policies.rst | 2 --
1 file changed, 2 deletions(-)
diff --git
a/docs/apache-airflow/administration-and-deployment/cluster-policies.rst
b/docs/apache-airflow/administration-and-deployment/cluster-policies.rst
index c664d0b503..de99113231 100644
--- a/docs/apache-airflow/administration-and-deployment/cluster-policies.rst
+++ b/docs/apache-airflow/administration-and-deployment/cluster-policies.rst
@@ -67,8 +67,6 @@ There are two ways to configure cluster policies:
.. versionadded:: 2.6
- .. note:: |experimental|
-
This method is more advanced and for people who are already comfortable
with python packaging.
First create your policy function in a module: