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 Prefect connector reads flows, deployments, and run history through the Prefect REST API. It requires no database-level grants, access is controlled entirely by the credentials used to call the API. On Prefect Cloud, the API key must belong to a service account or user with at least Viewer access to the workspace identified by the Account ID and Workspace ID. On a self-hosted Prefect Server, ifPREFECT_SERVER_API_AUTH_STRING is set, provide the same user:password value as the Basic Auth String; if the server has no auth enabled, leave it empty.
Python Requirements
Prefect only depends on therequests library, which already ships with the base package. To run the Prefect ingestion, you will need to install: