Merge pull request #197 from rjnagal/bigquery
Update bigquery README.md for readability and typo fixes
This commit is contained in:
commit
221ef43c7c
@ -9,16 +9,21 @@ To run the current version, following flags need to be specified:
|
|||||||
```
|
```
|
||||||
# Storage driver to use.
|
# Storage driver to use.
|
||||||
-storage_driver=bigquery
|
-storage_driver=bigquery
|
||||||
|
|
||||||
# Information about server-to-server Oauth token.
|
# Information about server-to-server Oauth token.
|
||||||
# These can be obtained by creating a Service Account client id under `Google Developer API`
|
# These can be obtained by creating a Service Account client id under `Google Developer API`
|
||||||
|
|
||||||
# service client id
|
# service client id
|
||||||
-bq_id="XYZ.apps.googleusercontent.com"
|
-bq_id="XYZ.apps.googleusercontent.com"
|
||||||
|
|
||||||
# service email address
|
# service email address
|
||||||
-bq_account="ABC@developer.gserviceaccount.com"
|
-bq_account="ABC@developer.gserviceaccount.com"
|
||||||
|
|
||||||
# path to pem key (converted from p12 file)
|
# path to pem key (converted from p12 file)
|
||||||
-bq_credentials_file="/path/to/key.pem"
|
-bq_credentials_file="/path/to/key.pem"
|
||||||
|
|
||||||
# project id to use for storing datasets.
|
# project id to use for storing datasets.
|
||||||
-bq_project_id="awesome_project"
|
-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.
|
||||||
|
Loading…
Reference in New Issue
Block a user