Google Big Query Error: CSV table encountered too many errors, giving up. Row: 1 errors: 1

前端 未结 8 2421
星月不相逢
星月不相逢 2020-12-04 02:26

I am trying to run a query on a 12 GB csv file loaded in Google big query, I cant run any query on the dataset. I am not sure if the dataset is loaded correctly. It shows a

8条回答
  •  死守一世寂寞
    2020-12-04 02:55

    I had the same issue following the instructions in the GCP docs.

    It failed on the second bq load, but not the first.

    I found that repeating the job in the BigQuery web interface selecting the ignore unknown values option.

    I have not spotted any errors with the data yet, but just getting started looking at it.

提交回复
热议问题