I'm a super beginner with big query.
So, I've managed to store a csv into Google Data Storage, created a table, it returned some erros and I would like to check those errors.
I've seen in some resources about that, such as:
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
BigQuery - Where can I find the error stream?
I understood I should run this command in the terminal:
bq --format=prettyjson show -j <JobID>
However, when I run that in my root terminal I get this:
-bash: bq: command not found
When I run that in the big query terminal in https://console.cloud.google.com/bigquery I get:
Syntax error: Unexpected identifier "bq" at [1:1]
What am I missing?
