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
Python Requirements
To run the Exasol ingestion, you will need to install:Database Privilege Requirements
To ingest basic metadata, an Exasol user must have the following privileges:USAGEprivilege on SchemaSELECTprivilege on Tables
EXA_STATISTICS.EXA_DBA_AUDIT_SQL table.
For this, an Exasol user should be granted the SELECT ANY DICTIONARY system privilege.