Skip to content

Commit a80f1f5

Browse files
committed
Update README
1 parent c78e54f commit a80f1f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5454
Features
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

0 commit comments

Comments
 (0)