tvalentyn commented on code in PR #29834: URL: https://github.com/apache/beam/pull/29834#discussion_r1476727450
########## .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: (but importing from `apache_beam.io` can done too ) ########## .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: (but importing from `apache_beam.io` can be allowed as well ) -- 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]
