svetakvsundhar commented on code in PR #26846:
URL: https://github.com/apache/beam/pull/26846#discussion_r1237215964


##########
build.gradle.kts:
##########
@@ -469,6 +469,16 @@ tasks.register("pythonPreCommit") {
   dependsOn(":sdks:python:test-suites:tox:py311:preCommitPy311")
 }
 
+tasks.register("pythonNotebooksPreCommit") {
+    /* doLast {
+      exec {
+        executable("sh")
+        args ("-c", ". ${envdir}/bin/activate && python -m 
apache_beam.examples.wordcount --runner DirectRunner --output /tmp/output.txt")
+      }
+     }*/
+  dependsOn(":sdks:python:wordCount")

Review Comment:
   i had previously tried this. might it be the case that the task needs to be 
checked into the repo first? 



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

Reply via email to