-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script to delete all entitities of a Kind in the datastore #3349
Comments
Example of the output
|
iperdomo
added a commit
that referenced
this issue
Dec 11, 2019
[#3349] Use Dataflow for deleting all entities of a Kind
iperdomo
added a commit
that referenced
this issue
Dec 13, 2019
Instead of `gcloud config set core/project` to define the project we want, use `--project` in all calls to APIs. This has the benefit of running the same script in parallel with multiple projects at the same time.
dlebrero
added a commit
that referenced
this issue
Dec 13, 2019
[#3349] Use project as parameter to be able to execute in parallel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation & resources
Improvements on the base script:
SELECT __key__ FORM {kind}
since we have unlimited small operations in the Datastorejson
andjq
output when querying thegcloud
Related: https://github.com/akvo/akvo-platform/issues/204
The text was updated successfully, but these errors were encountered: