Skip to main content

Setup bigquery

Add database connection details and credentials

  • Delete the variable "GOOGLE_APPLICATION_CREDENTIALS" from .env file, if present.
sed -i '' '/^GOOGLE_APPLICATION_CREDENTIALS=/d' .env
  • Log in to the Researcher Portal using a Chrome web browser

  • Login as the new admin user

  • Switch to Admin Portal

  • Select Setup on top right

  • URL is now:

  • Select Databases Configure button

  • Select Add database

  • Enter the database information.

  • Click Save

namevaluenote
Database IDbig_querydisplay name
ProjectYour big query project name
DatasetYour big query dataset name from the project
ExtraYour service account json key
  • Restart service
    d2e stop
    d2e start