We updated our Redash instance from 1.0.3 to 2.0 but now Google Analytics and Google Sheets are no longer showing as data sources.

settings.py still has this listed under default_query_runners = [

Any thoughts on what I should check? This was working fine on 1.0.3. We are running on CentOS if that means anything. The upgrade appeared to go smoothly.

EDIT: Ignore me (partially), as I needed to RTFM. I failed to run the updated requirements.txt and requirements_all_ds.tx.

Now that I did that Google Sheets is showing, but Google Analytics is still missing.

Thank you @arikfr

So the version in the requirements_all_ds.txt file is incorrect? That file has the install using:

google-api-python-client==1.5.1

However, once I installed the latest version on my OS (1.6.3), along with an updated oauthclient (oauth2client-4.1.2), it looks like we’re back in business and Google Analytics is showing again.