This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit eefaeecd2e93e9541895da7a2ef1a1ffc67a9a96 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 (cherry picked from commit 88623acae867c2a9d34f5030809102379080641a) --- 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:
