getredash/redash

Google Spreadsheets: when the spreadsheet not found show the service account email address

Open

#2,940 建立於 2018年10月14日

在 GitHub 查看
 (12 留言) (1 反應) (0 負責人)Python (4,236 fork)batch import
BackendUXhacktoberfest

倉庫指標

Star
 (24,845 star)
PR 合併指標
 (平均合併 9天 5小時) (30 天內合併 3 個 PR)

描述

When trying to query a Google Spreadsheet and it wasn't found, as part of the message to the user show the service account email address.

Reasoning: many times the user tries to share it with their own email address or just not sure what address to share it with.

The Google Spreadsheet query runner implemented in this module: https://github.com/getredash/redash/blob/master/redash/query_runner/google_spreadsheets.py

Will need to alter this error message: https://github.com/getredash/redash/blob/e87efc8bc30cefa0176fea7f12169cf202452727/redash/query_runner/google_spreadsheets.py#L215

The service account email address is in the JSON key file.

貢獻者指南