Get workspace configuration details

Display the complete configuration details for your Databricks workspace.

Written by kavya.parag

Last published at: October 28th, 2022

This article explains how to display the complete configuration details for your Databricks workspace.

This can be useful if you want to review the configuration settings and services that are enabled in your workspace. For example, you can use the workspace configuration details to quickly see if Unity Catalog or Identity Federation is enabled on your workspace.

Additionally, the workspace configuration contains cluster configuration information for the clusters in your workspace.

Instructions

  1. Login to your Databricks workspace.
  2. Look at the URL displayed in your browser's address bar.
  3. Delete your workspace ID from the workspace URL.
  4. Append /config to the workspace URL, immediately after the instance name.
    https://<databricks-instance>/config
  5. Load the new URL to display the workspace configuration details.


The workspace configuration is displayed as plain text. It can be used to review all of the configuration settings and for the workspace.

Example configuration display

AWS

Delete


Azure

Delete


GCP

Delete


A few example properties are listed in the table below. This is a not a comprehensive list of all configuration settings.

Property Flag
List Account ID accountId
Check if Identity Federation is enabled identityFederationEnabled
Check if Unity Catalog is enabled unityCatalogServiceEnabled
Check if the Azure 'Manage Account' Tab is enabled enableAzureManageAccountTab


Was this article helpful?