Merge pull request #538 from ekampf/patch-4

Docs: Space-separated list of scopes is deprecated. Need to use comma-seper…
This commit is contained in:
Arik Fraimovich 2015-08-25 23:46:07 +03:00
commit e0100543cd

View File

@ -34,7 +34,7 @@ Note that you need to launch this instance with BigQuery access:
.. code:: bash
$ gcloud compute instances create <your_instance_name> --image redash-071-b1015-bq --scopes storage-ro bigquery
$ gcloud compute instances create <your_instance_name> --image redash-071-b1015-bq --scopes storage-ro,bigquery
(the same can be done from the web interface, just make sure to enable
BigQuery access)