Reputation: 145
I'm trying to run Google BigQuery on data from the Datastore. I've managed to create a backup, load it to BigQuery and query it, but the Datastore creates backups of its entire data - so unless I want to drop all of my old data and reload it (I don't), this is not an option.
I'm looking for a way to backup some of my entities and build an incremental database on the BigQuery service.
Upvotes: 2
Views: 765
Reputation: 145
So apparently this isn't an option for now - you can automate the backup process with cron jobs or open source solutions, but the backups are still for the whole data.
You can follow this issue for updates on the issue or try the workaround suggested in this issue (it didn't suit my project unfortunately)
Upvotes: 2