From b19f0211dfb7831f1d3fba1885db0283c6ae1e09 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 --- 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