We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4bc37 commit 079b481Copy full SHA for 079b481
sqlalchemy_bigquery/_helpers.py
@@ -66,14 +66,15 @@ def create_bigquery_client(
66
if project_id is None:
67
project_id = default_project
68
69
- logger.critical(email, username)
70
if email is not None:
71
logger.critical("WE IN BOYS")
+ logger.critical(email)
72
# credentials = credentials.with_scopes(['email'])
73
# credentials = credentials.with_subject("vedantprajapati@geotab.com")
74
-
+
75
if username is not None:
76
logger.critical("another one")
77
+ logger.critical(username)
78
79
80
logger.critical("client_info")
0 commit comments