Starting Airflow 2.6.0, there is a Cluster Policies feature using a setuptools entrypoint in a custom module with the Pluggy interface. Cluster Policies — Airflow Documentation
The airflow_local_settings.py path is a no go, this is not supported in Astronomer. Develop your Astro project | Astronomer Documentation
Can someone please provide an example on implementing cluster policies with pluggy Astronomer Airflow?
I have difficulty figuring out where to place pyproject.toml and how to use setuptools to reference the policy file in Astronomer project environment.
BTW, this is for Astro runtime 8.3.0, Airflow 2.6.1 .
Thanks