Hello Kuba,
As I can see from the link [1] Mohammad shared, it provided the steps on how to setup the Cloud Dataflow to create a job to delete entities in bulk. I can see you are on the right track already. After selecting the ‘Datastore to Datastore Delete’ , you need to put that query if ‘Transaction’ is your entity name. You can monitor the progress using Cloud Dataflow Monitoring Interface. For more details regarding this , please check this link [2]. [1] https://cloud.google.com/datastore/docs/bulk-delete#deleting_entities_in_bulk [2] https://cloud.google.com/dataflow/docs/guides/using-monitoring-intf On Tuesday, November 27, 2018 at 6:42:31 AM UTC-5, Kuba Włodarczyk wrote: > > Thanks Attila-Mihaly, > > That's not a problem if cost will around what Vitaly said. Regarding your > solution I've tried "Datastore Admin" but delete tasks behave weird. > The job on the list says "(0 steps completed, 1 active) " > Going to details gives me this - please see screenshot attached. > > Mohammad, thanks for your suggestions. I've tried this as well, however I > couldn't track progress, so I stoped this task after 7h. Also I wasn't sure > how to set up this task. I couldn't find any guide. I've entered query like > "SELECT * from Transaction" - is that ok? Transaction is my entity I would > like to remove totally. > > > Jakub > > > > W dniu wtorek, 27 listopada 2018 06:07:50 UTC+1 użytkownik Attila-Mihaly > Balazs napisał: >> >> AFAIK the simplest way to delete them which requires *no code to be >> written* is the deprecated but still working datastore admin. In your >> Google Cloud Console go to Datastore > Admin click on "Open Datastore >> Admin", select the entity kind you want to delete and click "Delete >> Entities". This will kick off a distributed, fan-out map reduce job which >> will delete the entities in a couple of hours. >> >> Of course, as Vitaly said, this will cost you money. >> >> Attila >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0f7468d3-4c51-4d3d-a2a7-618eef63a9c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
