Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] Unset the network connectivity configuration for the Azure databricks workspace. #1030

Open
krupakar1329 opened this issue Aug 28, 2024 · 1 comment

Comments

@krupakar1329
Copy link

Problem Statement
Once the network connectivity configuration (NCC) is updated for a Databricks workspace, there is currently no way to disable or unset this configuration. This limitation can be restrictive in scenarios where the network configuration needs to be reverted or removed due to changes in network policies, troubleshooting needs, or other administrative reasons.https://docs.databricks.com/api/azure/account/workspaces/update

Proposed Solution
Introduce an enhancement to the existing API endpoint for updating the workspace configuration that allows unsetting the network connectivity configuration.

Additional Context

  • Allow the network_connectivity_config_id field in the request body to accept a null value.
  • When network_connectivity_config_id is set to null, the existing network connectivity configuration should be removed from the workspace

Example
Example Use Case: An administrator initially sets up a specific network connectivity configuration for a workspace for a particular project. Once the project is completed, the administrator wants to remove the custom network configuration and revert the workspace to its default state. This feature will allow the administrator to easily unset the network configuration without having to delete and recreate the workspace.

@krupakar1329 krupakar1329 changed the title [FEATURE] Unset the network connectivity configuration for the Azure databricks workspace. [ISSUE] Unset the network connectivity configuration for the Azure databricks workspace. Aug 28, 2024
@krupakar1329
Copy link
Author

@tanmay-db can you help here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant