rohitsinha54 commented on code in PR #33482: URL: https://github.com/apache/beam/pull/33482#discussion_r1942320912
########## sdks/python/apache_beam/metrics/metric.py: ########## @@ -339,8 +339,8 @@ class Lineage: for lineage tracking.""" LINEAGE_NAMESPACE = "lineage" - SOURCE = "sources" - SINK = "sinks" + SOURCE = "sources_v2" Review Comment: Since metrics are namespaced would it be better to do keep name sources and sinks itself and change the namespace to lineage_v2? -- 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]
