Skip to content

Commit 079b481

Browse files
moved log statement
1 parent 0c4bc37 commit 079b481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sqlalchemy_bigquery/_helpers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,15 @@ def create_bigquery_client(
6666
if project_id is None:
6767
project_id = default_project
6868

69-
logger.critical(email, username)
7069
if email is not None:
7170
logger.critical("WE IN BOYS")
71+
logger.critical(email)
7272
# credentials = credentials.with_scopes(['email'])
7373
# credentials = credentials.with_subject("vedantprajapati@geotab.com")
74-
74+
7575
if username is not None:
7676
logger.critical("another one")
77+
logger.critical(username)
7778

7879

7980
logger.critical("client_info")

0 commit comments

Comments
 (0)