mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
Delete deprecated legacy SQL 'latest_snapshot' dataset
We've migrated everything over to using the standard SQL view now. The legacy version is just causing confusion and costing us resources. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201966352
This commit is contained in:
@@ -35,7 +35,7 @@ import javax.inject.Inject;
|
||||
* <li>The snapshot is exported to Google Cloud Storage (this action).
|
||||
* <li>The {@link CheckSnapshotAction} polls until the export is completed.
|
||||
* <li>The {@link LoadSnapshotAction} imports the data from GCS to BigQuery.
|
||||
* <li>The {@link UpdateSnapshotViewAction} updates the view in latest_snapshot.
|
||||
* <li>The {@link UpdateSnapshotViewAction} updates the view in latest_datastore_export.
|
||||
* </ol>
|
||||
*/
|
||||
@Action(
|
||||
|
||||
Reference in New Issue
Block a user