Open echarso opened 2 years ago
hi @echarso , I guess the root cause is in the host path - please take a look at this section.
Thanks @renardeinside for your answer. I just tried it and didn't work :( Should I have a cluster in my deployment file ? I am using the standard deployment file, the one provided when doing pip install
I am using Databricks in AWS and I have Mac M1...
Let's try to debug this on your local machine first.
Could you please provide the following:
databricks --version
dbx --version
mlflow --version
Also, please provide the full error log, the truncated part unfortunately is not providing enough info.
Hi again! Thanks for taking time on this :) Databricks Version 0.16.2 DataBricks eXtensions aka dbx, version ~> 0.2.1 mlflow, version 1.14.1
I must admit that now it works from the githubs actions . Not locally though.
[dbx][2021-11-18 11:01:20.404] Starting new deployment for environment default
[dbx][2021-11-18 11:01:20.404] Using configuration from the environment variables
Traceback (most recent call last):
File "/Users/-/miniforge3/bin/dbx", line 8, in
hi @echarso , please try out the following:
I am keep getting this error when using this project.
response = verify_rest_response(response, endpoint) File "/Users/charalampossouris/miniforge3/lib/python3.9/site-packages/mlflow/utils/rest_utils.py", line 137, in verify_rest_response raise MlflowException("%s. Response body: '%s'" % (base_msg, response.text)) mlflow.exceptions.MlflowException: API request to endpoint was successful but the response body was not in a valid JSON format. Response body: '<!doctype html>
I am almost confident that my DATABRICKS-HOST and DATABRICKS-TOKEN are correct and placed in the right places.
I will continue debugging it but I was hoping for some hints :)
When executing "databricks workspace list" I can see the workspaces, which indicates to me that my credentials are correctly placed.