Abdallah Terrab
Results
1
issues of
Abdallah Terrab
Currently, the Marquez API for OpenLineage events (`/api/v1/lineage`) accepts one event per request, as seen in [OpenLineageResource.java#L67](https://github.com/MarquezProject/marquez/blob/423f0dd0b06f75cd277faa840c8787d3e4d4f8a6/api/src/main/java/marquez/api/OpenLineageResource.java#L67). While this is suitable for real-time ingestion, it becomes inefficient when we need...