mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Getting wrong value of databricks rest client #38

Closed rajatpaliwalsof closed 2 years ago

rajatpaliwalsof commented 2 years ago

@amesar Great stuff this tool provides. I am in the process of setting up a script which exports a mlflow run from a databricks workspace to a location. I am stuck with this issue where it says Run "some value" not found. Here is the full screenshot of the issue and the relevant code : image

I believe the error is regarding the databricks REST client. The value that I am getting of the REST client is not correct. My databricks workspace has a different address and here I am seeing default value. I am not sure how to setup the correct host value.

The run id exists and we can be certain that there are no issues on that end. Looking forward to hearing from you on this issue.Thanks.

rajatpaliwalsof commented 2 years ago

It was a run id issue. Solved it .