Disable or re-enable partner OAuth applications

This article describes how to disable existing partner OAuth applications and how to re-enable partner OAuth applications that you’ve disabled. dbt Core, Power BI, and Tableau Desktop OAuth applications are enabled by default for your account.

Note

Updates to OAuth applications can take 30 minutes to process.

Before you begin

Before you modify OAuth application integrations, do the following:

Disable dbt Core, Power BI, or Tableau Desktop OAuth application

To disable a dbt Core, Power BI, or Tableau OAuth application, run the following command, replacing <integration-id> with the integration ID of the OAuth application you want to delete:

databricks account published-app-integration delete <integration-id>

Disable Tableau Cloud or Tableau Server OAuth application

To disable an existing Tableau Cloud or Tableau Server OAuth application, run the following command, replacing <integration-id> with the integration ID of the OAuth application you want to disable:

databricks account custom-app-integration delete <integration-id>

Re-enable dbt Core, Power BI, or Tableau Desktop OAuth application

dbt Core, Power BI, and Tableau Desktop are enabled as OAuth applications in your account by default. To re-enable one of these OAuth applications after it’s been disabled, run the following command, replacing <application-id> with databricks-dbt-adapter, power-bi, or tableau-desktop:

databricks account published-app-integration create <application-id>

The unique integration ID for the OAuth application is returned.