For the most part, integrating with oleander is done with a single endpoint that receives an OpenLineage event. It’s
really that easy!
Working with OpenLineage
We provide two endpoints: one to ingest lineage events and another for retrieving them. The ingestion endpoint uses aPOST request to /api/v1/lineage, while the retrieval endpoint uses a GET request to /api/v1/events.
You own the events, and can access them at any time.
OpenLineage Reference
View the OpenLineage OpenAPI specification file