Integrations
Airflow
Configure oleander with Apache Airflow
Overview
The OpenLineage integration is now contributed directly to Airflow. A comprehensive guide on how to configure and use the OpenLineage integration with Airflow can be found in Using OpenLineage Integration.
Getting Started
Clone our tutorial repository and navigate to the airflow
directory:
Requirements
Oleander API Key
Go to https://oleander.dev
, then copy your API key.
In the step below, replace [OLEANDER-API-KEY]
with your API key in .env
before running the Airflow DAGs.
Copy .example.env to create your own .env file
Running the Airflow DAGs
First, start the database for our hypothetical food delivery service:
Then, start Airflow:
Finally, go to:
http://localhost:8080
to view your Airflow DAGs.https://oleander.dev
to view the OpenLineage events emitted by your Airflow DAGs.