You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "rshamunov (via GitHub)" <gi...@apache.org> on 2023/04/12 10:39:41 UTC

[GitHub] [beam] rshamunov commented on a diff in pull request #26102: [Playground] Gradle task to remove snippet by its ID

rshamunov commented on code in PR #26102:
URL: https://github.com/apache/beam/pull/26102#discussion_r1163950892


##########
playground/README.md:
##########
@@ -150,6 +150,15 @@ cd beam
 ./gradlew playground:backend:removeUnusedSnippet -DdayDiff={int} -DprojectId={string}
 ```
 
+## Removing a specific snippet
+
+Run the method to remove a specific code snippet from the Cloud Datastore.
+
+```
+cd beam
+./gradlew playground:backend:removeSnippet -DsnippetId={string} -DprojectId={string}

Review Comment:
   We need support for custom Datastore namespaces



-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org