shunping commented on code in PR #33647:
URL: https://github.com/apache/beam/pull/33647#discussion_r1920933797
##########
sdks/python/apache_beam/yaml/yaml_provider.py:
##########
@@ -205,7 +204,7 @@ def create_external_transform(self, urn, args):
self._service)
@classmethod
- def provider_from_spec(cls, spec):
+ def provider_from_spec(cls, source_path, spec):
Review Comment:
I assume this function (same as the following functions whose signature got
changed) is used internally, right?
--
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]