mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Space-separated list of scopes is deprecated. Need to use comma-seperated
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