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:

git clone https://github.com/OleanderHQ/tutorials.git

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

cp .example.env .env

Running the Airflow DAGs

First, start the database for our hypothetical food delivery service:

docker compose up

Then, start Airflow:

astro dev start

Finally, go to: