damccorm commented on code in PR #30793:
URL: https://github.com/apache/beam/pull/30793#discussion_r1589335802


##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -152,6 +169,17 @@ def __init__(self, urns, service):
   def provided_transforms(self):
     return self._urns.keys()
 
+  def with_underlying_provider(self, other_provider):
+    if not isinstance(other_provider, ExternalProvider):
+      return
+
+    all_urns = set(other_provider.schema_transforms().keys()).union(

Review Comment:
   This line is part of the stack trace. I'm very confident this PR is the 
culprit, creating a revert for now since I'm not sure what the immediate 
solution is



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