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

2018-05-01 Thread GitBox
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-385631372
 
 
   @swamy16 seems to be an issue with calling signal(signal.SIGALRM) — SIGALRM 
is not available on Windows. 
https://github.com/apache/incubator-superset/blob/d533ce09676921ec2f72e1032bbca0d2a37f65b6/superset/utils.py#L508
   
   I think the easiest way to handle this would be to run Superset in a Docker 
/ Vagrant or just install Virtualbox with Linux on it and run Superset from 
there?
   


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] mxmzdlv commented on issue #945: Google BigQuery Support

2018-05-01 Thread GitBox
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-385631372
 
 
   @swamy16 seems to be an issue with calling signal(signal.SIGALRM) — SIGALRM 
is not available on Windows. 
https://github.com/apache/incubator-superset/blob/d533ce09676921ec2f72e1032bbca0d2a37f65b6/superset/utils.py#L508
   
   I think the easiest way to handle this would be to run Superset in a Docker 
/ Vagrant.
   


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] mxmzdlv commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384616319
 
 
   @swamy16 Not sure what's happening, but it seems like it doesn't recognize 
BigQuery and is trying to use pyodbc db-api instead. I would recommend asking 
SQLAlchemy community about this.
   
   To run BigQuery in Superset just install pybigquery in the environment with 
your Superset:
   ```pip install pybigquery --upgrade```
   
   Afterwards, create a new Database in Superset (menu Source > Databases) and 
use the connection string `bigquery://your_project_id`.


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] mxmzdlv commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384616319
 
 
   @swamy16 Not sure what's happening, but it seems like it doesn't recognize 
BigQuery and is trying to use pyodbc db-api instead. I would recommend asking 
SQLAlchemy community about this.
   
   To run BigQuery in Superset just install pybigquery in the environment with 
your superset:
   ```pip install pybigquery --upgrade```
   
   Afterwards, create a new Database in Superset (menu Source > Databases)and 
use the connection string `bigquery://your_project_id`.


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] mxmzdlv commented on issue #945: Google BigQuery Support

2018-04-26 Thread GitBox
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384616319
 
 
   @swamy16 Not sure what's happening, but it seems like it doesn't recognize 
BigQuery and is trying to use pyodbc db-api instead. I would recommend asking 
SQLAlchemy community about this.
   
   To run BigQuery in Superset just install pybigquery in the environment with 
your superset:
   ```pip install pybigquery --upgrade```
   
   Afterwards, create a new Database in Superset (menu Source > Databases) and 
use the connection string `bigquery://your_project_id`.


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] mxmzdlv commented on issue #945: Google BigQuery Support

2017-08-08 Thread git
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-321127838
 
 
   @surya2012 there is currently a problem with autogenerated metrics when you 
add a new BigQuery datasource ??the generated SQL expressions for these metrics 
contain dataset, e.g. `SUM(dataset.table.column)`. You need to manually remove 
dataset and just leave a table and a column, e.g. `SUM(table.column)` and it 
should be working.
 

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] mxmzdlv commented on issue #945: Google BigQuery Support

2017-08-08 Thread git
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-321127838
 
 
   @surya2012 there is currently a problem with autogenerated metrics when you 
add a new BigQuery datasource ??the generated SQL expressions for these metrics 
contain dataset, e.g. `SUM(dataset.table.column)`. You need to manually remove 
dataset and just leave a table and a column, e.g. `SUM(table.column) and it 
should be working.
 

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] mxmzdlv commented on issue #945: Google BigQuery Support

2017-07-30 Thread git
mxmzdlv commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-318900080
 
 
   @tswast I will definitely switch it over to the official DB-API module, 
thank you.
 

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