Cannot import name 'get_dbutils' from 'ray.util.spark.databricks_hook

I am trying to use ray >= 2.30 and trying to read delta table on databricks with unit catalog However, I keep getting this error:

cannot import name ‘get_dbutils’ from ‘ray.util.spark.databricks_hook’ (/local_disk0/.ephemeral_nfs/envs/pythonEnv-a3dfcfcb-8f65-453d-87cc-be05500f502d/lib/python3.10/site-packages/ray/util/spark/databricks_hook.py)

Any idea?

Hey there!
It looks like this was an install on an ephemeral cluster. Then, if the rights are not set to access it you get an error though you have installed dbtutils.