shnapz commented on PR #36781: URL: https://github.com/apache/beam/pull/36781#issuecomment-4013229660
@kennknowles Thanks for the feedback! I've updated the PR description with a detailed design section addressing your questions. Selection Model: Single active plugin (first match wins via ServiceLoader), fallback to `MetricsLineage`. This matches Beam's existing patterns (similar to `PipelineOptions` registrars). I've added a **"Why Pluggable Lineage?"** section to the PR description with four key use cases: - Runner Fragmentation. Multi-runner orgs need unified lineage. - Enterprise Integration. Direct integration with existing lineage systems + workflow-level context unavailable to worker metrics. - Standard Formats. Direct OpenLineage emission vs. export -> parse -> transform -> send. let me know if you have any questions! -- 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]
