From 914502163a34a470f1b416c600f70398990792e4 Mon Sep 17 00:00:00 2001 From: Vinicius Aguiar Date: Tue, 21 Nov 2023 20:35:10 -0300 Subject: [PATCH] fix: add storage insights viewer role to service key (#494) --- bd_api/apps/api/v1/admin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bd_api/apps/api/v1/admin.py b/bd_api/apps/api/v1/admin.py index cb71a6b5..1a5875a8 100644 --- a/bd_api/apps/api/v1/admin.py +++ b/bd_api/apps/api/v1/admin.py @@ -290,8 +290,6 @@ def get_uncompressed_file_size(table, bq_table): except Exception as e: logger.warning(e) - return - creds = get_credentials() bq_client = GBQClient(credentials=creds) cs_client = GCSClient(credentials=creds)