Skip to content

Commit 4611a81

Browse files
authored
Merge pull request #33482 Place bounded lineage metrics under a new name.
2 parents 561a39b + 3210b47 commit 4611a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/apache_beam/metrics/metric.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ class Lineage:
339339
for lineage tracking."""
340340

341341
LINEAGE_NAMESPACE = "lineage"
342-
SOURCE = "sources"
343-
SINK = "sinks"
342+
SOURCE = "sources_v2"
343+
SINK = "sinks_v2"
344344

345345
_METRICS = {
346346
SOURCE: Metrics.bounded_trie(LINEAGE_NAMESPACE, SOURCE),

0 commit comments

Comments
 (0)