villebro commented on a change in pull request #12596: URL: https://github.com/apache/superset/pull/12596#discussion_r560212623
########## 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: As this is a generic requirement for adding dependencies to `docker-compose`, I think this should not be under the BigQuery section (some of these deps are not specific to BQ). ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
