I'm trying to load multiple CSVs (31) into a new table in BigQuery, and I get the following error:
BigQuery error in load operation: Error processing job 'job_name': Too many errors encountered. Failure details: - /gzip/subrange//bigstore/bucket_name/one_of_the_csvs.tsv.gz: CSV table references column position 75, but line starting at position:8369304 contains only 75 columns
I have 76 columns, this might be related to the 75 in the error message. It might be that the creation of the CSVs was wrong (although this code worked correctly, with some modificatios, several months ago)
What am I missing here..? I couldn't find info about this error..