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
Excellent book so far, but a problem I've been having is uploading the 2015 CSVs from my cloud storage bucket to BigQuery.
Both the ch2 and ch3 READMEs just tell you to run:
cd data-science-on-gcp/02_ingest ./ingest_from_crsbucket.sh bucketname
But this only copies the CSVs from the book's bucket to the user's. It doesn't cover the next stage i.e. uploading to BQ.
The alternative route of ingesting from the original source of data also doesn't work: I found that my Google Cloud Shell kept disconnecting halfway through the upload process.
Therefore I'd recommend adding the following instruction to both READMEs, showing you explicitly how to do the upload to BQ: