darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384774163
 
 
   I set this in my box that is running superset via .profile
   
   export 
GOOGLE_APPLICATION_CREDENTIALS="/home/derwin/my-production-bigdata-key.json"
   
   And that json file should similar in format to:
   ```json
   {
     "type": "service_account",
     "project_id": "xxxxxata",
     "private_key_id": "cxxxxxxxxb8c5d3d7b03203",
     "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvQ
   etcetc
   }
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to