Power BI Refresh Error:
Fabric Pipeline Error 3208
What does this error mean?
The Fabric pipeline encountered a network-level error while attempting to send a request to Databricks. This indicates a connectivity or communication failure between Fabric Data Factory and the Databricks endpoint.
Common causes
- 1Transient network interruption or DNS resolution failure between Fabric and the Databricks workspace endpoint
- 2The Databricks workspace URL or linked service configuration is incorrect or has changed
- 3A firewall rule, NSG, or private endpoint configuration is blocking outbound requests from Fabric to Databricks
- 4The Databricks REST API endpoint is temporarily unavailable or experiencing an outage
How to fix it
- 1Step 1: Verify the Databricks workspace URL configured in the Fabric linked service is correct and accessible — attempt to reach the URL from a browser or curl to confirm availability.
- 2Step 2: Check network security group (NSG) rules, firewall policies, and any private endpoint configurations to ensure outbound traffic from Fabric's data factory runtime to Databricks is permitted.
- 3Step 3: Test the linked service connection within Fabric Data Factory using the built-in 'Test Connection' feature to identify whether the connection itself is broken.
- 4Step 4: Review the Azure Service Health dashboard for any active incidents affecting Azure Databricks or Microsoft Fabric in your region.
- 5Step 5: If using a self-hosted integration runtime or VNet-injected setup, verify the runtime is online and has network line-of-sight to the Databricks workspace.