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
Description
Trying to update the name of an external location results in the following error:
Exception in thread "main" com.databricks.sdk.core.error.platform.BadRequest: Response from server (Bad Request) {"error_code":"INVALID_PARAMETER_VALUE","message":"UpdateExternalLocation Both new_name and name cannot be specified.","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"INVALID_FIELD","domain":"unity-catalog.databricks.com","metadata":{"field_name":"name"}},{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"fabd8702-15e4-4dbb-a924-d968e9ae2246","serving_data":""}]}: Cannot construct instance of `com.databricks.sdk.core.error.ErrorDetail`, problem: Cannot invoke "Object.getClass()" because "m" is null
at [Source: (String)"{"error_code":"INVALID_PARAMETER_VALUE","message":"UpdateExternalLocation Both new_name and name cannot be specified.","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"INVALID_FIELD","domain":"unity-catalog.databricks.com","metadata":{"field_name":"name"}},{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"fabd8702-15e4-4dbb-a924-d968e9ae2246","serving_data":""}]}"; line: 1, column: 405] (through reference chain: com.databricks.sdk.core.error.ApiErrorBody["details"]->java.util.ArrayList[1])
Reproduction
UpdateExternalLocation updateExternalLocation = new UpdateExternalLocation();
updateExternalLocation.setName(oldName);
updateExternalLocation.setNewName(newName);
return workspaceClient.externalLocations().update(updateExternalLocation);
Expected behavior
It should be possible to update the name of the external location.
Is it a regression?
No
Debug Logs
Exception in thread "main" com.databricks.sdk.core.error.platform.BadRequest: Response from server (Bad Request) {"error_code":"INVALID_PARAMETER_VALUE","message":"UpdateExternalLocation Both new_name and name cannot be specified.","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"INVALID_FIELD","domain":"unity-catalog.databricks.com","metadata":{"field_name":"name"}},{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"fabd8702-15e4-4dbb-a924-d968e9ae2246","serving_data":""}]}: Cannot construct instance of `com.databricks.sdk.core.error.ErrorDetail`, problem: Cannot invoke "Object.getClass()" because "m" is null
at [Source: (String)"{"error_code":"INVALID_PARAMETER_VALUE","message":"UpdateExternalLocation Both new_name and name cannot be specified.","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"INVALID_FIELD","domain":"unity-catalog.databricks.com","metadata":{"field_name":"name"}},{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"fabd8702-15e4-4dbb-a924-d968e9ae2246","serving_data":""}]}"; line: 1, column: 405] (through reference chain: com.databricks.sdk.core.error.ApiErrorBody["details"]->java.util.ArrayList[1])
Other Information
Sdk Version: 0.25.0
The text was updated successfully, but these errors were encountered:
Description
Trying to update the name of an external location results in the following error:
Reproduction
Expected behavior
It should be possible to update the name of the external location.
Is it a regression?
No
Debug Logs
Other Information
The text was updated successfully, but these errors were encountered: