RayClientHook
RayA Connection Hook for accessing Ray via the Ray Client.
Access Instructions
Install the Ray provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
http_conn_idstrThe http connection id used to connect to Ray.
Documentation
A Connection Hook for accessing Ray via the Ray Client.
Extending the HttpHook for now to demonstrate the pattern using an http connection.