How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Tried the quick start instructions, installed ray using pip, but the the example shows a statement:
from datafusion_ray import DatafusionRayContext
which fails. I have searched quite a bit but do not see where this module comes from.
My other question is where do I find a full python API reference?
can you link the quick start you’re following? datafusion_ray isn’t a lib that seems to be part of the OG ray libs…
Deepest apologies, I can’t seem to find that example now, it went like:
import ray
from datafusion_ray import DatafusionRayContext
...
It was shown for executing SQL, so maybe I saw it in the old raysql areas or an GIT?
UPDATE: I found it here: datafusion-ray
I also see the APIs are defined in each section, core, data, etc. So I am good on that.
Thanks for the answer, I will be testing this shortly!
AFAIK we don’t actually monitor/review the apache/datafusion-ray repository so this discuss might not be the best place to get questions around it’s usage… will double check around the Ray community though.
This discuss is meant to support GitHub - ray-project/ray: Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads. (no problem posting question on datafusion-ray here!
Just might not be the best place…)
1 Like