How to limit number of files in BigQuery to GCS upload
I am uploading csv files to GCS via EXPORT statement in BigQuery. I want to reduce the number of files being uploaded. The documentation states that datasets that exceeds 1GB will be splitted into multiple files but doesn’t explain how to manipulate with the number of files.