derrickaw commented on code in PR #36603:
URL: https://github.com/apache/beam/pull/36603#discussion_r3086347938


##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -1548,6 +1548,8 @@ def create_transform(
     """Creates a PTransform instance for the given transform type and 
arguments.
     """
     mappings = self._mappings[typ]
+    # NOTE: If the `key` is not found in the mappings (e.g. standard_io.py), 
the
+    # `key` is passed down as is to the underlying transform.

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