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: [email protected] With regards, Apache Git Services
