Skip to content

Commit

Permalink
Merge pull request #495 from EverythingMe/fix/bq_param
Browse files Browse the repository at this point in the history
Fix: Update BigQuery configuration parameter name to avoid confusion.
  • Loading branch information
arikfr committed Jul 15, 2015
2 parents 4f11f28 + 406010a commit 4b8a94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redash/query_runner/big_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def configuration_schema(cls):
'properties': {
'serviceAccount': {
'type': 'string',
'title': 'Service Account'
'title': 'Service Account Email address'
},
'projectId': {
'type': 'string',
Expand Down Expand Up @@ -201,4 +201,4 @@ def _get_bigquery_service(self):


register(BigQuery)
register(BigQueryGCE)
register(BigQueryGCE)

0 comments on commit 4b8a94e

Please sign in to comment.