davidradl commented on code in PR #26089: URL: https://github.com/apache/flink/pull/26089#discussion_r1934054446
########## docs/content/docs/deployment/advanced/job_status_listener.md: ########## @@ -27,6 +27,7 @@ Flink provides a pluggable interface for users to register their custom logic fo This enables users to implement their own flink lineage reporter to send lineage info to third party data lineage systems for example Datahub and Openlineage. The job status changed listeners are triggered every time status change happened for the application. The data lineage info is included in the JobCreatedEvent. +QueryOperationEvent can be used together with JobCreatedEvent to provide column level lineage for Flink SQL jobs. Review Comment: and for Table API jobs? -- 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]
