Skip to content

Commit

Permalink
Merge pull request kubernetes#197 from rjnagal/bigquery
Browse files Browse the repository at this point in the history
Update bigquery README.md for readability and typo fixes
  • Loading branch information
vishh committed Aug 27, 2014
2 parents 25778bd + 5548520 commit 221ef43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion storage/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ To run the current version, following flags need to be specified:
```
# Storage driver to use.
-storage_driver=bigquery
# Information about server-to-server Oauth token.
# These can be obtained by creating a Service Account client id under `Google Developer API`
# service client id
-bq_id="XYZ.apps.googleusercontent.com"
# service email address
-bq_account="ABC@developer.gserviceaccount.com"
# path to pem key (converted from p12 file)
-bq_credentials_file="/path/to/key.pem"
# project id to use for storing datasets.
-bq_project_id="awesome_project"
```

See Service account Authentication](https://developers.google.com/accounts/docs/OAuth2) for Oauth related details.
See [Service account Authentication](https://developers.google.com/accounts/docs/OAuth2) for Oauth related details.

0 comments on commit 221ef43

Please sign in to comment.