
ServiceNow
BETAHow 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.Requirements
To fetch metadata from ServiceNow into OpenMetadata you will need:- An accessible ServiceNow instance URL (e.g.
https://your-instance.service-now.com). - A ServiceNow username with read access to
sys_db_objectandsys_dictionarytables. - The password for the ServiceNow user.