Troubleshooting
Workflow Deployment Error
If there were any errors during the workflow deployment process, the Ingestion Pipeline Entity will still be created, but no workflow will be present in the Ingestion container.- You can then Edit the Ingestion Pipeline and Deploy it again.
- From the Connection tab, you can also Edit the Service if needed.
Connector Debug Troubleshooting
This section provides instructions to help resolve common issues encountered during connector setup and metadata ingestion in OpenMetadata. Below are some of the most frequently observed troubleshooting scenarios.How to Enable Debug Logging for Any Ingestion
To enable debug logging for any ingestion workflow in OpenMetadata:- Navigate to Services Go to Settings > Services > Service Type (e.g., Database) in the OpenMetadata UI.
- Select a Service Choose the specific service for which you want to enable debug logging.
- Access Ingestion Tab Go to the Ingestion tab and click the three-dot menu on the right-hand side of the ingestion type, and select Edit.
- Enable Debug Logging In the configuration dialog, enable the Debug Log option and click Next.
- Schedule and Submit Configure the schedule if needed and click Submit to apply the changes.
Permission Issues
If you encounter permission-related errors during connector setup or metadata ingestion, ensure that all the prerequisites and access configurations specified for each connector are properly implemented. Refer to the connector-specific documentation to verify the required permissions.Service Principal Authentication Failed
If you encounter authentication errors when connecting to Microsoft Fabric:Resolution
- Verify the Client Secret: Log in to the Azure Portal and navigate to Azure Active Directory > App registrations.
- Select your application and go to Certificates & secrets.
- Check if the client secret has expired. If so, create a new client secret.
- Update the Microsoft Fabric Pipeline connector configuration with the new client secret value.
Service Principal Not Added to Workspace
If you encounter errors related to missing permissions:Resolution
- Open Microsoft Fabric and navigate to the Workspace containing your Data Pipelines.
- Click on Workspace settings (gear icon).
- Go to the Access tab and click Add people or groups.
- Search for your Service Principal by its Application (client) ID or name.
- Add it with at least Member role to enable pipeline metadata extraction.
Fabric APIs Not Enabled
If you encounter errors about disabled APIs:Resolution
- Log in to the Microsoft Fabric Admin Portal.
- Navigate to Tenant settings > Developer settings.
- Enable the setting “Service principals can use Fabric APIs”.
- Specify which security groups can use the API, or enable it for the entire organization.
- Wait a few minutes for the change to propagate.
Invalid Workspace ID
If you encounter workspace-related errors:Resolution
- Open Microsoft Fabric and navigate to your workspace.
- The workspace ID is found in the URL:
https://app.fabric.microsoft.com/groups/<workspace-id>/... - Copy the workspace ID from the URL and update the connector configuration.
- Ensure the Service Principal has been added as a member of this workspace.
Pipeline Run History Not Available
If pipeline metadata is ingested but run history is missing:Resolution
- Verify that the pipeline has been executed at least once in Microsoft Fabric.
- Ensure the Service Principal has Member or Admin role in the workspace (not just Viewer).
- Check the pipeline filter pattern in the connector configuration to ensure the pipeline is not being excluded.
- Verify that the pipeline is not in a different workspace than the one specified in the configuration.
Connection Timeout Issues
If you encounter timeout errors when connecting to Microsoft Fabric APIs:Resolution
- Verify Network Access: Ensure that the system running the ingestion can reach the Microsoft Fabric API endpoints.
- Check Firewall Rules: Verify that outbound HTTPS (port 443) traffic to
*.fabric.microsoft.comis allowed. - Retry the Connection: Transient network issues may cause timeouts. Try running the ingestion again.
- Check Fabric Service Status: Visit the Microsoft 365 Service Health Dashboard to verify there are no ongoing outages.