From 714dadf9c66b470b1165bc7ad02015eb175b916a Mon Sep 17 00:00:00 2001 From: Yugo Sakamoto Date: Sun, 1 Dec 2024 23:00:13 -0300 Subject: [PATCH] docs: fix typo on credentials_info usage sample fix typo on credentials_info usage sample --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ad269996..b3e19045 100644 --- a/README.rst +++ b/README.rst @@ -136,7 +136,7 @@ Alternatively, you can choose either of the following approaches: credentials_info = { "type": "service_account", "project_id": "your-service-account-project-id" - }, + } engine = create_engine('bigquery://', credentials_info=credentials_info) Location