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: gcloud-java-examples/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,17 @@ To run examples from your command line:
41
41
42
42
Here's an example run of `BigQueryExample`.
43
43
44
-
Before running the example, go to the [Google Developers Console][developers-console] to ensure that BigQuery API is enabled.
44
+
Before running the example, go to the [Google Developers Console][developers-console] to ensure
45
+
that BigQuery API is enabled. You can upload a CSV file `my_csv_file` to the `my_bucket` bucket
46
+
(replace `my_csv_file` and `my_bucket` with actual file and bucket names) using the GCS
47
+
[web browser](https://console.developers.google.com/storage/browser). The CSV file will be used to
48
+
load data into a BigQuery table and should look something like:
0 commit comments