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
The `'private_key'` parameter can be set to either the file path of the service account key in JSON format, or
4116
+
key contents of the service account key in JSON format.
4117
+
4118
+
.. note::
4119
+
4120
+
A private key can be obtained from the Google developers console by clicking `here <https://console.developers.google.com/permissions/serviceaccounts>`__. Use JSON key type.
4121
+
4122
+
4096
4123
Querying
4097
4124
''''''''
4098
4125
@@ -4107,12 +4134,6 @@ into a DataFrame using the :func:`~pandas.io.gbq.read_gbq` function.
4107
4134
4108
4135
data_frame = pd.read_gbq('SELECT * FROM test_dataset.test_table', projectid)
4109
4136
4110
-
You will then be authenticated to the specified BigQuery account
4111
-
via Google's Oauth2 mechanism. In general, this is as simple as following the
4112
-
prompts in a browser window which will be opened for you. Should the browser not
4113
-
be available, or fail to launch, a code will be provided to complete the process
4114
-
manually. Additional information on the authentication mechanism can be found
0 commit comments