ahmedabu98 opened a new pull request, #34720: URL: https://github.com/apache/beam/pull/34720
This creates a source of truth for ManagedIO configs, based on two yaml files under `sdks/java/managed/src/main/resources/`: 1. `available_configs.yaml` 2. `config_aliases.yaml` (1) provides a list of available configs that should be made public, while (2) provides aliases for existing config fields. A fleshed out Beam website page is generated according to the configuration in these two files, displaying a summary of each Managed IO's configuration as well as a more detailed view with descriptions. All of this information is pulled from individual SchemaTransforms. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org