[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-05-01 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-385737552
 
 
   @swamy16 is that a typo in the alarm and perhaps related to this windows 
signal python issue?
   https://github.com/Unity-Technologies/ml-agents/issues/7
   
   Basically it is timing out? Is the dataset too big?


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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
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": "xata",
 "private_key_id": "cb8c5d3d7b03203",
 "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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384824298
 
 
   Where exactly is your .json file located ? Open it in file explorer to get 
the right path.
   
   The above error means you havent installed the package in the virtualenv.
   . ./venv1/bin/activate   (or however you activate in windows)
   # Try to install this again .. be sure you are in your virtual env
   pip install pybigquery
   


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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384824298
 
 
   Where exactly is your .json file located ? Open it in file explorer to get 
the right path.
   
   The above error means you havent installed the package in the virtualenv.
   . ./venv1/bin/activate   (or however you activate in windows)
   '# Try to install this again .. be sure you are in your virtual env
   pip install pybigquery
   


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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384789060
 
 
   yea.. Give the whole path..
   
   On Thu, Apr 26, 2018, 5:04 PM Tim Swast  wrote:
   
   > That's odd. That means Python cannot load the file at that path for some
   > reason. Are you sure the path is correct? Could you run DIR
   > C:\Users\sachitandandp\Downloads\ and check that the file is present?
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or mute the thread
   > 

   > .
   >
   


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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
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:
   {
 "type": "service_account",
 "project_id": "xata",
 "private_key_id": "cb8c5d3d7b03203",
 "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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384635550
 
 
   Did you do your pip install within your virtual env?
   Only other little things I see different then mine is:
   URI has trailing slash .. 
   bigquery://my-production-bigdata/
   and for extras I added some debugging..
   
   {
   "metadata_params": {},
   "engine_params": {"echo":True}
   }
   


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


[GitHub] darylerwin commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
darylerwin commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384635550
 
 
   Did you do your pip install within your virtual env?
   


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