shnapz commented on issue #33981: URL: https://github.com/apache/beam/issues/33981#issuecomment-3529860407
hey @charlespnh, if we break down the process into `1) IO populating lineage` -> `2) Lineage stores it in metrics (runner-specific)` -> `3) Some process consumes lineage metrics` Apparently you are focused on `3)`, but I am focused on making `2)` pluggable. You can see this [PR #36781](https://github.com/apache/beam/pull/36781) where I am just introducing a way to create a custom `LineageRegistrar` that brings a custom implementation of `Lineage` class, which is called by IOs. So my change does not change IO at all, just Lineage storage -- 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]
