Power BI Refresh Error:
Fabric Pipeline Error 3200
What does this error mean?
The Fabric Data Pipeline activity targeting Azure Databricks received a 403 Forbidden response because the configured Databricks personal access token (PAT) has expired. All pipeline activities using this connection will fail until a valid token is provided.
Common causes
- 1The Azure Databricks personal access token (PAT) used in the linked service or connection has reached its 90-day default expiry
- 2The token was manually revoked in the Databricks workspace user settings
- 3The Databricks workspace admin enforced a shorter token lifetime policy that was not reflected in the pipeline connection
- 4The connection was set up with a temporary token intended for testing and was never replaced with a long-lived credential
How to fix it
- 1Step 1: Log in to the Azure Databricks workspace, navigate to User Settings > Access Tokens, and generate a new personal access token with an appropriate lifetime.
- 2Step 2: In Microsoft Fabric, open the Data Factory connection manager and locate the Databricks connection used by the failing pipeline.
- 3Step 3: Update the connection credential with the newly generated token and save the connection.
- 4Step 4: Re-run the pipeline manually to confirm the 3200 error is resolved before re-enabling any scheduled triggers.
- 5Step 5: Document the token expiry date and set a calendar reminder or MetricSign alert 1–2 weeks before expiry to rotate the token proactively.