1

The example here is outdated https://googlecloudplatform.github.io/gcloud-python/stable/bigquery-usage.html#exporting-data-async. The example gives error: AttributeError: 'Table' object has no attribute 'export_to_storage'

How do I construct and run a job extracting BigQuery table to Google Cloud Storage in CSV/JSON format in gcloud-python v.0.8.0?

Thanks

bossylobster
  • 9,993
  • 1
  • 42
  • 61
Olli K
  • 11
  • 3
  • I did 'git rev-list --all | xargs git grep export_to_storage' on the project which shows the code for 'export_to_storage' never existed - it's only ever referenced in the documentation. I don't see this mentioned on the issues page either. It's a good case for opening a documentation issue using the 'Report an issue' link on the page. – Adam Jan 16 '16 at 03:50
  • 1
    Issue reported: https://github.com/GoogleCloudPlatform/gcloud-python/issues/1397 – Olli K Jan 17 '16 at 07:05

0 Answers0