Skip to content

Commit

Permalink
fix: add storage insights viewer role to service key (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Nov 21, 2023
1 parent 32f9533 commit 9145021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bd_api/apps/api/v1/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9145021

Please sign in to comment.