mvoitko commented on a change in pull request #12596: URL: https://github.com/apache/superset/pull/12596#discussion_r654849020
########## File path: docs/src/pages/docs/Connecting to Databases/google-bigquery.mdx ########## @@ -9,30 +9,20 @@ version: 1 ## Google BigQuery The recommended connector library for BigQuery is -[pybigquery](https://github.com/mxmzdlv/pybigquery). +[pybigquery](https://github.com/mxmzdlv/pybigquery). -The connection string for BigQuery looks like: +In order to use pybigquery with docker-compose it is needed to extend requirements file with BigQuery specific packages described in [installing-database-drivers guide](../installing-database-drivers). -``` -bigquery://{project_id} -``` - -When adding a new BigQuery connection in Superset, you'll also need to add the GCP Service Account +When adding a new BigQuery connection in Superset, you'll need to create and use GCP Service Account credentials file (as a JSON). 1. Create your Service Account via the Google Cloud Platform control panel, provide it access to the appropriate BigQuery datasets, and download the JSON configuration file for the service account. -2. n Superset, Add a JSON blob to the **Secure Extra** field in the database configuration form with Review comment: It's unclear how to provide service account for Superset. -- 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]
