You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, everybody.
I have an environment with connection type 'Databricks'. When I try to get a list of my environments via Rest API v2 (administrative) I get the following error: { "status": { "code": 400, "is_success": false, "user_message": "The request was invalid. Please double check the provided data and try again.", "developer_message": "" }, "data": { "_model": "EnvironmentV2", "connection": "not a valid value" } }
The same request using the Rest API v3 endpoint all works ok.
Please, let me know its ok.
The text was updated successfully, but these errors were encountered:
Hey, everybody.
I have an environment with connection type 'Databricks'. When I try to get a list of my environments via Rest API v2 (administrative) I get the following error:
{ "status": { "code": 400, "is_success": false, "user_message": "The request was invalid. Please double check the provided data and try again.", "developer_message": "" }, "data": { "_model": "EnvironmentV2", "connection": "not a valid value" } }
The same request using the Rest API v3 endpoint all works ok.
Please, let me know its ok.
The text was updated successfully, but these errors were encountered: