[docs] Add documentation for Flink lineage support#8476
Open
jsingh-yelp wants to merge 2 commits into
Open
Conversation
f4fe844 to
7fef23f
Compare
Contributor
Author
|
@JingsongLi Can I please have a review on this? |
JingsongLi
reviewed
Jul 6, 2026
JingsongLi
reviewed
Jul 6, 2026
|
|
||
| ## Table API / SQL | ||
|
|
||
| When using Paimon tables via Flink SQL or Table API, lineage is automatically reported for both source and sink tables. |
Contributor
There was a problem hiding this comment.
This reads as unconditional, but the note below says the Flink planner change needed to extract Paimon datasets from DataStreamScanProvider/DataStreamSinkProvider is still pending. Could we scope this to Flink versions that contain that upstream change, or phrase Table API/SQL lineage as partial until that PR is merged and released? Otherwise users may configure the listener and still get events missing the Paimon datasets.
Contributor
Author
There was a problem hiding this 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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Tests
yarn startin docs/