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 theairflow directory:
Requirements
Oleander API Key
Go tohttps://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:http://localhost:8080to view your Airflow DAGs.https://oleander.devto view the OpenLineage events emitted by your Airflow DAGs.