I got bunch of gzipped CSV files sitting in S3 bucket, which I would like to import into BigQuery. It looks from the docs that BQ can import gzipped data from different sources. However, when I configure data transfer job it only allows for CSV, JSON, AVRO, PARQUET, ORC file formats.
Having transfer job configured for CSV file format and run, it logs the following:
Moving data from Amazon S3 to Google Cloud complete: Moved 64 object(s).
Summary: succeeded 0 jobs, failed 0 jobs.
So it seems not to look into .gz archives anyway.
Is there a handy way to import gzipped CSV files from S3 into BQ table?