Update the latest_datastore_export view in Bigquery

This view used to point to the latest datastore backup
using the deprecated export mechanism, which has been
disabled. We will point this view to the new backups.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230930872
This commit is contained in:
weiminyu 2019-01-25 10:54:49 -08:00 committed by Ben McIlwain
parent e2528875b2
commit 4213e9246c

View file

@ -66,7 +66,7 @@ public class UploadDatastoreBackupAction implements Runnable {
/** Servlet-specific details needed for enqueuing tasks against itself. */
static final String QUEUE = "export-snapshot"; // See queue.xml.
static final String LATEST_BACKUP_VIEW_NAME = "latest_datastore_backup";
static final String LATEST_BACKUP_VIEW_NAME = "latest_datastore_export";
static final String PATH = "/_dr/task/uploadDatastoreBackup"; // See web.xml.