Export nested BigQuery data to cloud storage

前端 未结 1 693
滥情空心
滥情空心 2021-01-12 17:35

I am trying to export bigquery data to google cloud storage bucket via the API. I adapted a code snippet from here https://cloud.google.com/bigquery/docs/exporting-data

相关标签:
1条回答
  • 2021-01-12 18:09

    Referring to the destinationFormat option, you should set "NEWLINE_DELIMITED_JSON" for the format variable in order to export as JSON.

    0 讨论(0)
提交回复
热议问题