astronomer / astro-provider-ray

This provider contains operators, decorators and triggers to send a ray job from an airflow task
https://astronomer.github.io/astro-provider-ray/
Apache License 2.0
12 stars 2 forks source link

Decorator Improvements -- Dynamic config #65

Open venkatajagannath opened 1 month ago

venkatajagannath commented 1 month ago

Currently, we can only provide config to @ray.task statically.

We want to be able to provide it dynamically.

This a customer request