You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/29 20:20:17 UTC

[GitHub] [superset] srinify commented on a change in pull request #12596: docs: updated manual for bigquery

srinify commented on a change in pull request #12596:
URL: https://github.com/apache/superset/pull/12596#discussion_r567072406



##########
File path: docs/src/pages/docs/Connecting to Databases/google-bigquery.mdx
##########
@@ -9,7 +9,19 @@ version: 1
 ## Google BigQuery
 
 The recommended connector library for BigQuery is
-[pybigquery](https://github.com/mxmzdlv/pybigquery).
+[pybigquery](https://github.com/mxmzdlv/pybigquery). 
+
+In order to use pybigquery with docker-compose it is needed to make this dependency included in requirements. You can make this by adding file ```docker/requirements-local.txt``` with lines:
+```flask-cors
+vertica-python
+fbprophet
+sqlalchemy-vertica-python
+redis
+pybigquery
+pandas-gbq
+pydruid```
+
+With this modification all required dependencies will be installed with docker-compose up command.

Review comment:
       Just seeing this now, I agree with @villebro that this should probably live in this section instead:
   
   https://superset.apache.org/docs/databases/installing-database-drivers
   
   @adam-stasiak let me know if you need any help or want to discuss this further




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org