You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sqlalchemy-bigquery/README.rst
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,12 +104,27 @@ Project
104
104
Authentication
105
105
^^^^^^^^^^^^^^
106
106
107
-
Follow the `Google Cloud library guide <https://google-cloud-python.readthedocs.io/en/latest/core/auth.html>`_ for authentication. Alternatively, you can provide the path to a service account JSON file in ``create_engine()``:
107
+
Follow the `Google Cloud library guide <https://google-cloud-python.readthedocs.io/en/latest/core/auth.html>`_ for authentication.
108
+
109
+
Alternatively, you can choose either of the following approaches:
110
+
111
+
* provide the path to a service account JSON file in ``create_engine()`` using the ``credentials_path`` parameter:
0 commit comments