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.