mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
1.9 KiB
1.9 KiB
title | slug |
---|---|
Airflow | /openmetadata/connectors/pipeline/airflow |
Airflow
In this section, we provide guides and references to use the Airflow connector.
Configure and schedule Airflow metadata workflow from the OpenMetadata UI:
If you don't want to use the OpenMetadata Ingestion container to configure the workflows via the UI, then you can check the following docs to extract metadata directly from your Airflow instance or via the CLI:
Connection Options
- Host and Port: URL to the Airflow instance.
- Number of Status: Number of status we want to look back to in every ingestion (e.g., Past executions from a DAG).
- Connection: Airflow metadata database connection. See these docs for supported backends.
In terms of connection
we support the following selections:
backend
: Should not be used from the UI. This is only applicable when ingesting Airflow metadata locally by running the ingestion from a DAG. It will use the current Airflow SQLAlchemy connection to extract the data.MySQL
,Postgres
,MSSQL
andSQLite
: Pass the required credentials to reach out each of these services. We will create a connection to the pointed database and read Airflow data from there.