From 454a7d3a23500d92f6f5db28bea4ab539f1ced14 Mon Sep 17 00:00:00 2001 From: Paschalis Dimitriou Date: Wed, 26 Aug 2020 13:47:33 +0300 Subject: [PATCH] Add total_usage in get_attrs fun Signed-off-by: Paschalis Dimitriou --- search_service/models/table.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/search_service/models/table.py b/search_service/models/table.py index 9fce3873..185e341f 100644 --- a/search_service/models/table.py +++ b/search_service/models/table.py @@ -52,7 +52,8 @@ def get_attrs(cls) -> Set: 'last_updated_timestamp', 'display_name', 'programmatic_descriptions', - 'schema_description', + 'total_usage', + 'schema_description' } @staticmethod