RayClientHook

Ray

A Connection Hook for accessing Ray via the Ray Client.

View on GitHub

Last Updated: Jul. 5, 2021

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.

Was this page helpful?