Loading

Data 360 : Einstein Studio Authentication Fails When Connecting to Databricks Endpoint

Veröffentlichungsdatum: Feb 3, 2026
Beschreibung

When attempting to connect a Databricks model endpoint to Einstein Studio, users may encounter an authentication error. This can happen even if the endpoint appears functional and returns responses via tools like Postman.

Cause

Einstein Studio uses OpenConnector to interface with external model endpoints. OpenConnector expects the endpoint URL to follow a specific format. If the provided URL does not end with /chat/completions, OpenConnector may fail to connect by appending this path automatically—resulting in an error.

 

Error Message Example

Unhandled provider error: 
{
  "error_code": "ENDPOINT_NOT_FOUND",
  "message": "Path must be of form /serving-endpoints/<endpoint_name>/invocations or /served-models/<served_model_name>/invocations"
}

 

 

Lösung

To resolve this issue:

  1. Check the endpoint URL being used in Einstein Studio.

  2. Ensure it ends with /chat/completions.
    This is required for OpenConnector compatibility.

  3. Update the endpoint in Einstein Studio to match the correct format and retry the connection.

Nummer des Knowledge-Artikels

005104650

 
Laden
Salesforce Help | Article