Jaskaran Singh Kukreja created FLINK-39219:
----------------------------------------------
Summary: Support lineage extraction for DataStreamscan/sink
providers
Key: FLINK-39219
URL: https://issues.apache.org/jira/browse/FLINK-39219
Project: Flink
Issue Type: Improvement
Reporter: Jaskaran Singh Kukreja
Adds lineage vertex extraction support for _DataStreamScanProvider_ and
{_}DataStreamSinkProvider{_}.
Previously, only Source, SinkFunction, and SinkV2 providers had their
LineageVertex extracted for FLIP-314 lineage events. Connectors that use
DataStream providers (e.g. Apache Paimon) were silently missing lineage dataset
facets. This ensures all scan/sink provider types are treated consistently for
lineage reporting.
This ticket directly helps in solving this open issue in Apache Paimon:
https://github.com/apache/paimon/issues/7306
--
This message was sent by Atlassian Jira
(v8.20.10#820010)