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: bigquery/README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
This section contains samples for [Google BigQuery](https://cloud.google.com/bigquery).
4
4
5
+
## Running the samples
6
+
7
+
In order to run it, your environment must be setup with [authentication
8
+
information](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork). If you're running it in your local development environment and you have the [Google Cloud SDK](https://cloud.google.com/sdk/) installed, you can do this easily by running:
9
+
10
+
$ gcloud auth login
11
+
12
+
## Additional resources
13
+
14
+
For more information on BigQuery you can visit:
15
+
16
+
> https://developers.google.com/bigquery
17
+
18
+
For more information on the BigQuery API Python library surface you
0 commit comments