RayBackend
RayCustom Backend Serving to use Ray.
Access Instructions
Install the Ray provider package into your Airflow environment.
Update your environment config per the instructions in the docs below.
Documentation
Custom Backend Serving to use Ray.
Setup in your airflow Dockerfile with the following lines:
FROM quay.io/astronomer/ap-airflow:2.0.2-1-buster-onbuildUSER rootRUN pip uninstall astronomer-airflow-version-check -yUSER astroENV AIRFLOW__CORE__XCOM_BACKEND=ray_provider.xcom.ray_backend.RayBackend