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

前端 未结 8 2437
星月不相逢
星月不相逢 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

    To get more info on the errors try this from the CLI:

    >bq show -j

    It prints the status and/or detailed error information.

    To list all the jobids: bq ls -j

提交回复
热议问题