Big Query
EXPORT from big query
How to export from bigquery: https://cloud.google.com/bigquery/docs/exporting-data#exporting_data_into_one_or_more_files
How to copy folder from bucket:
gsutil -m cp -r gs://{bucketname}/{folderPath} {localpath}
Argument -m is used for multi-threading which speeds up copying lot of files a lot.
cat drive_rest_timers* > drive_rest_timers_all
Used for annexing all of the files to one big .GZ file.