In this section, we provide guides and references to use the SSRS connector. Configure and schedule SSRS metadata workflows from the OpenMetadata UI:Documentation Index
Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
Use this file to discover all available pages before exploring further.
How to Run the Connector Externally
To run the Ingestion via the UI you’ll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. If, instead, you want to manage your workflows externally on your preferred orchestrator, you can check the following docs to run the Ingestion Framework anywhere.External Schedulers
Get more information about running the Ingestion Framework Externally
Requirements
The SSRS connector uses the SSRS REST API (v2.0) and authenticates via Windows Authentication (NTLM). The account used must have at minimum Browser role on the SSRS Report Server to list folders and reports.The SSRS REST API (v2.0) requires SQL Server Reporting Services 2017 or later. Older SSRS versions using SOAP-based web services are not supported.
- Open the SSRS Web Portal.
- Navigate to Site Settings → Security → New Role Assignment.
- Add the service account and assign the Browser role.