ahmedabu98 opened a new pull request, #29834: URL: https://github.com/apache/beam/pull/29834
Implementing a script that generates wrappers for external SchemaTransforms, according to Option #3 in the following design doc: https://s.apache.org/autogen-wrappers The script's workflow takes place in setup.py, which can be invoked for local setup and creating artifacts for releases. Generated files are suffixed with `_et.py` so that we can easily tell Git to ignore them and so we can easily delete during cleanup. Wrappers are generated along with any documentation provided from the underlying SchemaTransform. Modules are generated in compliance with our existing linting rules. Including documentation for how to use the script. Including unit tests for different parts of the script. -- 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]
