diff --git a/templates/restoreDataset.html b/templates/restoreDataset.html index 33e429a..6a50a2b 100644 --- a/templates/restoreDataset.html +++ b/templates/restoreDataset.html @@ -65,7 +65,8 @@

Restore dataset

that this will be a temporary dataset with expiration time set to 7 days. Note that passed dataset could already exists - it should be in the same location as backup. If target dataset id is not passed, then source dataset id value will be used as a target dataset id - in restoration project + in restoration project. In case of restoring backups from different datasets multiple target + datasets will be created. @@ -74,8 +75,8 @@

Restore dataset

Optional. Number of days from - partitioned tables will be restored (eg. 30 means that partitions from last 30 days will be - restored) + partitioned tables will be restored (eg. 30 means that partitions from last 30 days from now + will be restored)
diff --git a/templates/restoreTable.html b/templates/restoreTable.html index 6aab860..ba6fdb8 100644 --- a/templates/restoreTable.html +++ b/templates/restoreTable.html @@ -34,6 +34,12 @@

Restore table

} +

+ This form restores single non-partitioned table or single partition. In case of restoring multiple + partitions from partitioned table, you need to submit this form for every partition which you want + to restore. +

+
@@ -68,8 +74,9 @@

Restore table

- Optional. Partition id of - original table. If specified, only this single partition will be restored + Valid and required for + partitioned tables only. Partition id of original table. If specified, only this single + partition will be restored