Skip to content

Commit a8a06e1

Browse files
committed
test: bypass
1 parent 250ae4d commit a8a06e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/src/scripts/load_dataset_on_create.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121

2222
def get_pubsub_client():
23+
credentials, project = default()
24+
logging.error(f"Authenticated project: {project}")
25+
logging.error(f"Service Account Email: {credentials.service_account_email}")
2326
with lock:
2427
global pubsub_client
2528
if pubsub_client is None:
2629
pubsub_client = pubsub_v1.PublisherClient()
27-
credentials, project = default()
28-
logging.info(f"Authenticated project: {project}")
29-
logging.info(f"Service Account Email: {credentials.service_account_email}")
3030

3131
return pubsub_client
3232

0 commit comments

Comments
 (0)