tvalentyn commented on code in PR #29834: URL: https://github.com/apache/beam/pull/29834#discussion_r1476726113
########## .gitignore: ########## @@ -52,6 +52,7 @@ sdks/python/**/*.egg sdks/python/LICENSE sdks/python/NOTICE sdks/python/README.md +sdks/python/apache_beam/transforms/_external_transforms/* Review Comment: I suggest `apache_beam/transforms/xlang/` ; then, docstrings will surface in pydoc; i think it is also fine to import from `apache_beam.transforms.xlang` directly, without having to reason which `apache_beam.io.` subpackage has the transform. -- 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]
