ahmedabu98 commented on code in PR #34720:
URL: https://github.com/apache/beam/pull/34720#discussion_r2057144601


##########
build.gradle.kts:
##########
@@ -688,6 +688,11 @@ project.tasks.register("generateExternalTransformsConfig") 
{
   dependsOn(":sdks:python:generateExternalTransformsConfig")
 }
 
+// Generates the Managed IO Beam web page
+project.tasks.register("generateManagedIOPage") {
+  dependsOn(":sdks:python:generateManagedIOPage")

Review Comment:
   I added a test to the 
[beam_PreCommit_Xlang_Generated_Transforms](https://github.com/apache/beam/actions/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml)
 workflow.
   The test regenerates and compares with the existing doc. If there's a 
mismatch, the test fails and tells the developer to run this command and commit 
the updates



-- 
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

Reply via email to