Databricks Unity Catalog Bug - Reset of Network Connectivity Configuration not possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 06:35 AM
The following use case is strange regarding the Network Connectivity Configuration (NCC):
- I create a Workspace (the NCC is empty)
- I create a NCC
- I attach the NCC to the Workspace
- I want to remove the NCC from the Workspace -> not possible
Therefore, I cannot go back to the state of a workspace with an empty NCC. This is very surprising.
This leads to the following strange use case:
- I create a NCC
- I attach the NCC to a Workspace
- I want to delete the NCC -> not possible
The only way to delete an NCC is by creating a fake, empty NCC and attach that one to the workspaces. This is also very surprising.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 06:45 AM
We faced the very same issue in our Tenant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 01:30 AM
This is the documented behavior in the REST API:
https://docs.databricks.com/api/account/workspaces/update
You cannot remove a network connectivity configuration from the workspace once attached, you can only switch to another one.

