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 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 Warehouses/Lakehouses.
- 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 Viewer role to enable metadata extraction.
ODBC Driver Not Found
If you encounter ODBC driver errors:Resolution
For Linux:Connection Timeout Issues
If you encounter timeout errors when connecting to Microsoft Fabric:Resolution
- Verify the Host and Port: Ensure that the
hostPortvalue is correct (e.g.,your-workspace.datawarehouse.fabric.microsoft.com:1433). - Check Network Access: Verify that the system running the ingestion can reach the Microsoft Fabric SQL endpoint.
- Firewall Rules: Ensure that port 1433 is open and not blocked by firewalls.
- Workspace Status: Verify that the Microsoft Fabric Workspace and Warehouse/Lakehouse are active and running.
Database Not Found
If the specified database cannot be found:Resolution
- Log in to Microsoft Fabric and verify the exact name of your Warehouse or Lakehouse.
- Update the
databasefield in the connector configuration with the correct name (case-sensitive). - Alternatively, leave the
databasefield empty to scan all databases, or setingestAllDatabases: trueto ingest from all Warehouses and Lakehouses.