Issue Summary

Hello!

I’m trying to add Google Spreadsheets as a Data Source to Redash. It’s in the list of default_query_runners (in the init.py file in settings) and the requirements are up to date with this file: redash/requirements_all_ds.txt at master · getredash/redash · GitHub.

Still as you can see, its not listed as data source:

If anyone has an idea of how to continue that would be much appreciated!

Technical details:

  • Redash Version: Version: 8.0.0-beta.2 (dev)
  • Browser/OS: Chrome
  • How did you install Redash: on-premise installation

Did you pip install -r requirements_all_ds.txt ?

Hey Jesse!

Sorry, I found out my initial question wasn’t completely correct. We ran pip install -r requirements_all_ds.txt , but when we updated these reqs we had to revert to a previous built since things started dying. Looked into the current running dependancies and saw our gspread module was rather outdated!

Fixed it and its all working as intended.

Thanks for your reply and help!

1 Like