1
votes

I'm performing the exercise at the following link: https://developers.google.com/bigquery/loading-data-into-bigquery But I stopped at step 2 Loading data from Google Cloud Storage, that is Create a load job pointing to the source data in Google Cloud Storage. The source URIs must be fully-qualified, in the format gs:///. How do I create a job?

1

1 Answers

0
votes

The (python) code to create a load job is in the example right under the text that you referenced. (note that there is a doc bug... there should be only two slashes after gs:).