File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ Goals
4848-----
4949
5050* Collect lineage events produced by OpenLineage clients & integrations.
51- * Store operation-grained events for better detalization (instead of job grained ` Marquez < https://marquezproject.ai/ >`_) .
51+ * Store operation-grained events for better detalization.
5252* Provide API for fetching both job/run ↔ dataset lineage and dataset ↔ dataset lineage.
5353
5454Features
5555--------
5656
5757* Support consuming large amounts of lineage events, use Apache Kafka as event buffer.
5858* Store data in tables partitioned by event timestamp, to speed up lineage graph resolution.
59- * Lineage graph is build with user-specified time boundaries (unlike Marquez where lineage is build only for last job run) .
59+ * Lineage graph is build with user-specified time boundaries.
6060* Lineage graph can be build with different granularity. e.g. merge all individual Spark commands into Spark applicationId or Spark applicationName.
6161* Column-level lineage support.
6262* Authentication support.
@@ -71,7 +71,7 @@ Limitations
7171-----------
7272
7373* OpenLineage have integrations with Trino, Debezium and some other lineage sources. DataRentgen support may be added later.
74- * Unlike Marquez, DataRentgen parses only limited set of facets send by OpenLineage, and doesn't store custom facets. This can be changed in future.
74+ * DataRentgen parses only limited set of OpenLineage facets , and doesn't store custom facets. This can be changed in future.
7575
7676.. documentation
7777
You can’t perform that action at this time.
0 commit comments