ahmedabu98 commented on PR #29834: URL: https://github.com/apache/beam/pull/29834#issuecomment-1939329891
Running `./gradlew generateExternalTransformWrappers` fails on my side because of this line in apache_beam.io: `from apache_beam.transforms.xlang.io import *`. It fails because the script initially cleans up the generated modules, then imports `apache_beam` to rediscover + regenerate the config. At import though, `apache_beam.transforms.xlang.io` doesn't exist because it's been previously cleaned up. I think we need to put the import back in the `try:`, `except: pass` block? -- 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]
