mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user