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

前端 未结 8 2392
星月不相逢
星月不相逢 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 03:07

    Check your schema - it's possible that you forgot to include the schema for one of the columns - that's what happened to me!

提交回复
热议问题