jsingh-yelp commented on code in PR #8476: URL: https://github.com/apache/paimon/pull/8476#discussion_r3529494814
########## docs/docs/flink/lineage.md: ########## @@ -0,0 +1,32 @@ +--- +title: "Data Lineage" +sidebar_position: 13 +--- + +# Data Lineage + +Paimon implements [FLIP-314](https://cwiki.apache.org/confluence/spaces/FLINK/pages/240884116/FLIP-294+Support+Customized+Catalog+Modification+Listener) to expose lineage information through Flink's native `LineageVertexProvider` interface. This allows lineage consumers (such as [OpenLineage](https://openlineage.io/docs/integrations/flink/flink2)) to automatically discover Paimon datasets in the Flink job graph. + +## Table API / SQL + +When using Paimon tables via Flink SQL or Table API, lineage is automatically reported for both source and sink tables. Review Comment: @JingsongLi I have updated the note section and made it to a warning so that it is more explicit, can you please let me know if this is okay? It will show as: <img width="1102" height="411" alt="Image" src="https://github.com/user-attachments/assets/153bafd0-53fe-4e67-b85f-660b471b84a1" /> -- 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]
