You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/26 12:04:02 UTC

[GitHub] mxmzdlv commented on issue #945: Google BigQuery Support

mxmzdlv commented on issue #945: Google BigQuery Support
URL: https://github.com/apache/incubator-superset/issues/945#issuecomment-384616319
 
 
   @swamy16 Not sure what's happening, but it seems like it doesn't recognize BigQuery and is trying to use pyodbc db-api instead. I would recommend asking SQLAlchemy community about this.
   
   To run BigQuery in Superset just install pybigquery in the environment with your superset:
   ```pip install pybigquery --upgrade```
   
   Afterwards, create a new Database in Superset (menu Source > Databases)and use the connection string `bigquery://your_project_id`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services