From 2479ec943199f49f96e9a48f65d6d66334a63748 Mon Sep 17 00:00:00 2001 From: Melinda Moreland Date: Mon, 31 Aug 2026 14:55:24 -0700 Subject: [PATCH] docs: note that OAuth service principal must be assigned to each workspace A customer flagged that this requirement is only implied by the linked Databricks OAuth doc, not stated explicitly here. --- docs/connector.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/connector.mdx b/docs/connector.mdx index 31d06a1e..98260ab6 100644 --- a/docs/connector.mdx +++ b/docs/connector.mdx @@ -56,6 +56,9 @@ You have two authentication choices when setting up the Databricks connector: Follow the [Databricks OAuth authentication documentation](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html) to create a service principal and create an OAuth secret. + Assign the service principal as an admin to each Databricks workspace you want to sync. The connector can only sync and provision a workspace's data if the service principal has admin access to that workspace. + + Carefully copy and save the OAuth client ID and secret.