swamy16 commented on issue #945: Google BigQuery Support URL: https://github.com/apache/incubator-superset/issues/945#issuecomment-384769951 @darylerwin @mxmzdlv need your help here again. @darylerwin I did install superset in venv but still getting the error. So I created a different venv named venv1 and tried installing everything from scratch. (Now I think I installed everything right). Here while running the following code `engine = create_engine('bigquery://my_project')` I got the following error `google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credential and re-run the application. For more information, please see https://developers.google.com/accounts/docs/application-default-credentials.` (Because of the errormessage I said I did something right although I don't know what) I have the created a service account key and have the json file in my laptop. I think I have to use the file but amd not sure of how to use it(I mean which folder should I keep the file or in which of the scripts within 'venv1\Lib\site-packages\google\auth' folder ('_cloud_sdk', '_default', '_oauth2client', '_service_account_info', 'app_engine', 'credentials', 'environment_vars') should I modify so that it reads my file and authenticates my google account. Please do help me with this.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
