BigQuery Setup
Complete the following steps to get your BigQuery connector up and running:
- 
Navigate to Project Settings, then select Warehouse Sources. 
- 
Click on + Add Connectionand select BigQuery.
- 
You should see a new page to create your BigQuery connector. In the first view, fill out the required field GCP Project ID. - Run the commands below in Cloud shell & click  Create Source
 gcloud projects add-iam-policy-binding <your_gcp_project_id> \ --member serviceAccount:project-2946576@mixpanel-warehouse-1.iam.gserviceaccount.com \ --role roles/bigquery.dataViewer gcloud projects add-iam-policy-binding <your_gcp_project_id> \ --member serviceAccount:project-2946576@mixpanel-warehouse-1.iam.gserviceaccount.com \ --role roles/bigquery.jobUser
- Run the commands below in Cloud shell & click  
- 
In the second view, you should see that the credentials are validated and a source is added.