jerryshao commented on code in PR #6946: URL: https://github.com/apache/gravitino/pull/6946#discussion_r2050291547
########## docs/lineage/lineage.md: ########## @@ -0,0 +1,16 @@ +--- +title: "Apache Gravitino Lineage support" +slug: /lineage/lineage +keyword: Gravitino Open Lineage +license: "This software is licensed under the Apache License version 2." +--- + +## Overview + +Lineage information is critical for metadata systems, Gravitino supports data lineage by leveraging [OpenLineage](https://openlineage.io/). Gravitino provides a specific Spark jar to collect lineage information with Gravitino identifier, please refer to [Gravitino Spark lineage page](./gravitino-spark-lineage.md). Additional, Gravitino server provides lineage process framework to receive, process and sink Open lineage events to other systems. + +## Capabilities + +- Supports column lineages. +- Supports lineage across diverse Gravitino catalogs like fileset, Iceberg, Hudi, Paimon, Hive, Model, etc. +- Supports Spark. Review Comment: What is the purpose this file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
