Export the active graph as OpenLineage 2-0-2 JSON or NDJSON.
Exports contain OpenLineage 2-0-2 DatasetEvent, JobEvent, and observed RunEvent records. Internal confidence, fusion, governance, sensitivity, and masking fields remain private.
embrasure lineage export --out lineage.ndjson
embrasure lineage export --connector YOUR_CONNECTOR_ID --out connector.ndjsonThe CLI pages through JSON and writes one event per line.
Set output=ndjson for a streaming application/x-ndjson response. Export paging removes duplicate dataset events across pages.