โ11-05-2022 08:30 AM
Would there be databricks-connect for cluster version 11.3 ?
If yes, when we should expect it?
โ12-14-2022 09:24 AM
โ11-08-2022 06:42 AM
Hi @Sergey Volkovโ, This page lists releases and maintenance updates for Databricks Connect.
โ11-10-2022 04:11 AM
Yeah, It's page with past releases. There is no 11.3.
What about roadmap?
Would there be databricks-connect for cluster version 11.3 ?
If yes, when we should expect it?
โ12-14-2022 09:24 AM
โ11-09-2022 08:31 AM
Hi @Sergey Volkovโโ, We havenโt heard from you since the last response from meโ โ, and I was checking back to see if my suggestions helped you.
Or else, If you have any solution, please share it with the community, as it can be helpful to others.
Also, Please don't forget to click on the "Select As Best" button whenever the information provided helps resolve your question.
โ11-10-2022 04:09 AM
> if my suggestions helped you.
Not at all
โ03-10-2023 12:43 AM
It looks like there are other issues. I saved the model generated with the code above in mlflow
When I try to reload it with this code:
import mlflow
model = mlflow.spark.load_model('runs:/cb6ff62587a0404cabeadd47e4c9408a/model')
It works in a notebook, but it failed when running it in intelliJ with databricks-connect. I get this error:
mlflow.exceptions.MlflowException: Failed to download an "MLmodel" model file from "runs:/cb6ff62587a0404cabeadd47e4c9408a/model"
Do you have any idea where it could come from?
*Note that I do not have this problem with a sklearn model
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group