How to download all data in a Google BigQuery dataset?

后端 未结 4 904
旧时难觅i
旧时难觅i 2021-01-02 01:21

Is there an easy way to directly download all the data contained in a certain dataset on Google BigQuery? I\'m actually downloading \"as csv\", making one query after anothe

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 02:17

    yes steps suggested by Michael Manoochehri are correct and easy way to export data from Google Bigquery.
    I have written a bash script so that you do not required to do these steps every time , just use my bash script . below are the github url : https://github.com/rajnish4dba/GoogleBigQuery_Scripts

    scope :
    1. export data based on your Big Query SQL.
    2. export data based on your table name.
    3. transfer your export file to SFtp server.
    try it and let me know your feedback.
    to help use ExportDataFromBigQuery.sh -h

提交回复
热议问题