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