From 92e4271cc4d8e7b68bd40c37aa36f4abdceedb32 Mon Sep 17 00:00:00 2001 From: Karim Wadie Date: Tue, 18 Apr 2023 10:40:18 +0200 Subject: [PATCH] updated readme with ext_backup_policies table --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index be3f1c2..dd72d79 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,12 @@ WHERE jsonPayload.global_app_log = 'UNIFIED_LOG' AND jsonPayload.unified_component = "2" ``` +To get the backup policies that are manually added or assigned by the system based on fallbacks +```roomsql +SELECT * FROM `bq_backup_manager.ext_backup_policies` +``` + + ## Limits * Each `backup_operation_project` can run up to 50,000 table snapshot jobs per day. * Each `backup_operation_project` can run 100,000 export jobs per day (e.g. to GCS). Could be extended by slot reservation.