-
Notifications
You must be signed in to change notification settings - Fork 101
Problem executing my jobs to cluster dbx deploy --jobs=project_name fails #80
Comments
Thanks @renardeinside for your answer. I just tried it and didn't work :( |
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:
Also, please provide the full error log, the truncated part unfortunately is not providing enough info. |
Hi again! I must admit that now it works from the githubs actions . [dbx][2021-11-18 11:01:20.404] Starting new deployment for environment default |
hi @echarso ,
|
I am keep getting this error when using this project.
response = verify_rest_response(response, endpoint)
<script src="/login/login.01615f82.js"></script>'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><title>Databricks - Sign In</title>
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.
The text was updated successfully, but these errors were encountered: