Polber commented on code in PR #29171:
URL: https://github.com/apache/beam/pull/29171#discussion_r1377943220


##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -700,9 +700,25 @@ def __init__(self, transforms, mappings, 
underlying_provider, defaults=None):
     for transform in transforms.keys():
       if transform not in mappings:
         raise ValueError(f'Missing transform {transform} in mappings.')
-    self._mappings = mappings
+    self._mappings = self.get_mappings_from_transform(mappings)

Review Comment:
   Done.



-- 
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]

Reply via email to