forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update datasources.rst for a new way using Google Spreadsheet.
- Loading branch information
1 parent
bcd3670
commit bb2574e
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,7 @@ Notes: | |
[email protected]). | ||
2. The query format is "DOC\_UUID\|SHEET\_NUM" (for example | ||
"kjsdfhkjh4rsEFSDFEWR232jkddsfh\|0") | ||
3. Alternatively, one can create a new Google Bigquery table using the Google Spreadsheet in question as a source, and then use Redash's Bigquery connector to query the spreadsheet indirectly. This way, the SQL used to query the spreadsheet (via Bigquery table) is far more flexible than the direct query of the type ("kjsdfhkjh4rsEFSDFEWR232jkddsfh\|0") mentioned above. (`BigQuery integrates with Google Drive <https://cloud.google.com/blog/big-data/2016/05/bigquery-integrates-with-google-drive>`__). | ||
|
||
|
||
Python | ||
|