[GitHub] 15310944349 commented on issue #3550: (sqlite3.ProgrammingError)

2017-09-29 Thread git
15310944349 commented on issue #3550: (sqlite3.ProgrammingError) 
URL: 
https://github.com/apache/incubator-superset/issues/3550#issuecomment-333283908
 
 
   @xrmx Python 2.7.9
 

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] mrpapini commented on issue #1866: Fix hardcoded urls in python and template files.

2017-09-29 Thread git
mrpapini commented on issue #1866: Fix hardcoded urls in python and template 
files.
URL: 
https://github.com/apache/incubator-superset/pull/1866#issuecomment-333275641
 
 
   Wanted to confirm - since in my org we wanted to deploy superset behind 
nginx reverse proxy under different prefix - and now that does only works on 
some links - so basically the effort is killed?
   
   Any other solutions? examples, hints ? Some fancy url rewrite ?
 

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] mistercrunch commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend

2017-09-29 Thread git
mistercrunch commented on issue #3557: "Results backend isn't configured" with 
Celery DynamoDB backend
URL: 
https://github.com/apache/incubator-superset/issues/3557#issuecomment-333267307
 
 
   The "results backend" is different from the `CELERY_RESULT_BACKEND`, 
actually we do not use the `CELERY_RESULT_BACKEND`.
   
   The results backend is used by the worker to store the query results. At 
Airbnb we use the S3Cache lib `pip install s3werkzeugcache` and store the 
results in S3.
 

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] mistercrunch commented on issue #3555: Version 0.20.0 not tagged and missing features?

2017-09-29 Thread git
mistercrunch commented on issue #3555: Version 0.20.0 not tagged and missing 
features?
URL: 
https://github.com/apache/incubator-superset/issues/3555#issuecomment-333264215
 
 
   Ooops, had created the tag but pushed it to my fork by mistake...
   https://github.com/apache/incubator-superset/releases/tag/0.20.0
   
   ttest should be in there as c629282ec4fe0b9e41d139183cdd3af48d4b55d2, let me 
know if that's not the case
 

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] mistercrunch closed pull request #3553: Minor documentation fix

2017-09-29 Thread git
mistercrunch closed pull request #3553: Minor documentation fix
URL: https://github.com/apache/incubator-superset/pull/3553
 
 
   
 

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] rjpereira commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend

2017-09-29 Thread git
rjpereira commented on issue #3557: "Results backend isn't configured" with 
Celery DynamoDB backend
URL: 
https://github.com/apache/incubator-superset/issues/3557#issuecomment-333261183
 
 
   Maybe this is just basic, but just occurred to me now. Is it the case that 
although Celery "writes" with one backend , Superset use a different "werkzeug" 
Cache object to retrieve from same location, and therefore I would have to 
implement a BaseCache derived class to read from DynamoDB myself ?
 

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] rjpereira opened a new issue #3557: "Results backend isn't configured" with Celery DynamoDB backend

2017-09-29 Thread git
rjpereira opened a new issue #3557: "Results backend isn't configured" with 
Celery DynamoDB backend
URL: https://github.com/apache/incubator-superset/issues/3557
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [X] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [X] I have reproduced the issue with at least the latest released version 
of superset
   - [X] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   ### Superset version
   
   0.20.0 from pypi
   
   ### Expected results
   
   Successful completion of async query
   
   ### Actual results
   
   Get "Results backend isn't configured." in UI, no error log on console. 
Celery processing seems successfull
   
   ### Steps to reproduce
   
   The following is my Celery configuration on superset_config.py.
   All the AWS configuration seems to be working ok:
   a) I see the request being deposited on queue
   b) I see the worker executing the query and queue becoming empty
   c) I see the result of the query being appended to DynamoDB table
   
   ```
   class CeleryConfig(object):
   BROKER_URL = 'sqs://'
   BROKER_TRANSPORT_OPTIONS = {
   'region': os.environ.get('AWS_DEFAULT_REGION','eu-west-1')
   }
   CELERY_RESULT_BACKEND = 'dynamodb://@/celery_results?read=5=5'
   CELERY_IMPORTS = ('superset.sql_lab', )
   CELERY_ANNOTATIONS = {'tasks.add': {'rate_limit': '10/s'}}
   ```
   
   Still after everything seeming to work ok, no error on console, I get 
"Results backend isn't configured" on UI.
   
   
 

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] jerryhall closed issue #2898: Logo image replacement

2017-09-29 Thread git
jerryhall closed issue #2898: Logo image replacement
URL: https://github.com/apache/incubator-superset/issues/2898
 
 
   
 

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] fabianmenges opened a new issue #3556: Date Picker OK button position

2017-09-29 Thread git
fabianmenges opened a new issue #3556: Date Picker OK button position
URL: https://github.com/apache/incubator-superset/issues/3556
 
 
   I really don't like the OK button of the date picker being located on the 
left. I'm happy to implement the change but I wanted, pretty much any software 
has the OK on the right hand side.
   Any objections moving it to the right?
 

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] slarrain commented on issue #3408: Added Features to Country Map Viz Type

2017-09-29 Thread git
slarrain commented on issue #3408: Added Features to Country Map Viz Type
URL: 
https://github.com/apache/incubator-superset/pull/3408#issuecomment-333250161
 
 
   @xrmx yep, you're right Ricardo. They arose with the new version. Sorry 
about that.
 

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] xrmx commented on issue #3408: Added Features to Country Map Viz Type

2017-09-29 Thread git
xrmx commented on issue #3408: Added Features to Country Map Viz Type
URL: 
https://github.com/apache/incubator-superset/pull/3408#issuecomment-333224597
 
 
   @slarrain quite hard to review while the PR has merge conflicts
 

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] slarrain commented on issue #3408: Added Features to Country Map Viz Type

2017-09-29 Thread git
slarrain commented on issue #3408: Added Features to Country Map Viz Type
URL: 
https://github.com/apache/incubator-superset/pull/3408#issuecomment-333224093
 
 
   Do you think this is ready to be reviewed @mistercrunch ?
 

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] xrmx commented on issue #3508: Feature: Datepicker and time granularity options to dashboard filters

2017-09-29 Thread git
xrmx commented on issue #3508: Feature: Datepicker and time granularity options 
to dashboard filters
URL: 
https://github.com/apache/incubator-superset/pull/3508#issuecomment-333223214
 
 
   @mistercrunch this fixes a regression in 0.20.0 #3522 
 

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] xrmx commented on issue #3522: Date Filter is not working on dashboard.

2017-09-29 Thread git
xrmx commented on issue #3522: Date Filter is not working on dashboard.
URL: 
https://github.com/apache/incubator-superset/issues/3522#issuecomment-333222886
 
 
   @Mogball Thanks for the update!
 

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] coveralls commented on issue #3518: Full Annotation Framework

2017-09-29 Thread git
coveralls commented on issue #3518: Full Annotation Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#issuecomment-333222616
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13502616/badge)](https://coveralls.io/builds/13502616)
   
   Coverage decreased (-0.1%) to 70.049% when pulling 
**5b23d7426cd06b81cf42879ed8cd40c551c4a127 on tc-dc:fmenges/annotations** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] Mogball commented on issue #3522: Date Filter is not working on dashboard.

2017-09-29 Thread git
Mogball commented on issue #3522: Date Filter is not working on dashboard.
URL: 
https://github.com/apache/incubator-superset/issues/3522#issuecomment-333212954
 
 
   That would be my fault, but I fixed this in 
https://github.com/apache/incubator-superset/pull/3508
 

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] Mogball commented on issue #3522: Date Filter is not working on dashboard.

2017-09-29 Thread git
Mogball commented on issue #3522: Date Filter is not working on dashboard.
URL: 
https://github.com/apache/incubator-superset/issues/3522#issuecomment-333212954
 
 
   That would be my fault, but this should be fixed in 
https://github.com/apache/incubator-superset/pull/3508
 

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] joshwalters opened a new issue #3555: Version 0.20.0 not tagged and missing features?

2017-09-29 Thread git
joshwalters opened a new issue #3555: Version 0.20.0 not tagged and missing 
features?
URL: https://github.com/apache/incubator-superset/issues/3555
 
 
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x] I have reproduced the issue with at least the latest released version 
of superset
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   ### Superset version
   
   0.20.0
   
   ### Expected results
   
   I expect to see features like `t-test table visualization` as called out in 
the 
[changelog](https://github.com/mistercrunch/superset/blob/8f59c18893f73a4aa0c368e387739967abd955be/CHANGELOG.md).
   
   ### Actual results
   
   It looks like some features are not in the 0.20.0 release. Also, it looks 
like the 0.20.0 version was not tagged in git, so I don't know which tag to 
check to make sure the code is 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] fabianmenges closed pull request #3512: Feature: Making data gaps visible in line charts by inserting zeros

2017-09-29 Thread git
fabianmenges closed pull request #3512: Feature: Making data gaps visible in 
line charts by inserting zeros
URL: https://github.com/apache/incubator-superset/pull/3512
 
 
   
 

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] slarrain commented on issue #3443: added text wrapper function to bignumber.js subheader

2017-09-29 Thread git
slarrain commented on issue #3443: added text wrapper function to bignumber.js 
subheader
URL: 
https://github.com/apache/incubator-superset/pull/3443#issuecomment-333182399
 
 
   Whats the state of this PR @xrmx ? It looks like is ready to be merged, or 
not yet?
 

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] coveralls commented on issue #3518: Full Annotation Framework

2017-09-29 Thread git
coveralls commented on issue #3518: Full Annotation Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#issuecomment-333181012
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13500061/badge)](https://coveralls.io/builds/13500061)
   
   Coverage decreased (-0.3%) to 69.905% when pulling 
**dc204e01429f933a33f2f39dc6709e3d6a92d37e on tc-dc:fmenges/annotations** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] coveralls commented on issue #3518: Full Annotation Framework

2017-09-29 Thread git
coveralls commented on issue #3518: Full Annotation Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#issuecomment-333165528
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13499078/badge)](https://coveralls.io/builds/13499078)
   
   Coverage decreased (-0.3%) to 69.905% when pulling 
**296b9c1275d091283c92476b8170008ccb5a60bd on tc-dc:fmenges/annotations** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] coveralls commented on issue #3518: Full Annotation Framework

2017-09-29 Thread git
coveralls commented on issue #3518: Full Annotation Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#issuecomment-333163793
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13498944/badge)](https://coveralls.io/builds/13498944)
   
   Coverage decreased (-0.3%) to 69.905% when pulling 
**296b9c1275d091283c92476b8170008ccb5a60bd on tc-dc:fmenges/annotations** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] fabianmenges commented on a change in pull request #3518: Full Annotation Framework

2017-09-29 Thread git
fabianmenges commented on a change in pull request #3518: Full Annotation 
Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#discussion_r141900400
 
 

 ##
 File path: superset/assets/javascripts/modules/superset.js
 ##
 @@ -212,13 +234,22 @@ const px = function (state) {
 token.find('img.loading').show();
 container.fadeTo(0.5, 0.25);
 container.css('height', this.height());
+const asyncAnnotations = formData.annotation_layers
+  .map(x => runAnnotationQuery(x, timeout, formData));
 $.ajax({
   url: this.jsonEndpoint(formDataExtra),
   timeout: timeout * 1000,
   success: (queryResponse) => {
 try {
-  vizMap[formData.viz_type](this, queryResponse);
   this.done(queryResponse);
+  // render when all the annotations are available
 
 Review comment:
   Currently the  chart is only drawn on the dashboard when all annotations 
have been loaded. In a future PR I want display the chart as soon as its data 
becomes available and add an indicator that shows if not all annotations have 
been fetched and re-renders when all are available. 
 

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] manavbagai commented on issue #3554: Adding Superset charts to existing Play Framework Web Application

2017-09-29 Thread git
manavbagai commented on issue #3554: Adding Superset charts to existing Play 
Framework Web Application
URL: 
https://github.com/apache/incubator-superset/issues/3554#issuecomment-333157550
 
 
   I have a particular page in my Play framework(scala framework) application 
with react UI and i want to integrate superset charts in one such react page 
without using iframes.
 

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] xrmx commented on issue #3522: Date Filter is not working on dashboard.

2017-09-29 Thread git
xrmx commented on issue #3522: Date Filter is not working on dashboard.
URL: 
https://github.com/apache/incubator-superset/issues/3522#issuecomment-333157421
 
 
   @Mogball any chance you can take a look at 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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] xrmx commented on issue #3550: (sqlite3.ProgrammingError)

2017-09-29 Thread git
xrmx commented on issue #3550: (sqlite3.ProgrammingError) 
URL: 
https://github.com/apache/incubator-superset/issues/3550#issuecomment-333156085
 
 
   Which version of python is 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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] coveralls commented on issue #3553: Minor documentation fix

2017-09-29 Thread git
coveralls commented on issue #3553: Minor documentation fix
URL: 
https://github.com/apache/incubator-superset/pull/3553#issuecomment-333137475
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13497287/badge)](https://coveralls.io/builds/13497287)
   
   Coverage remained the same at 70.161% when pulling 
**fe5f5ff51056b78b50fd662541455523493264ea on gaborhermann:doc-improve** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] coveralls commented on issue #3553: Minor documentation fix

2017-09-29 Thread git
coveralls commented on issue #3553: Minor documentation fix
URL: 
https://github.com/apache/incubator-superset/pull/3553#issuecomment-333137476
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13497287/badge)](https://coveralls.io/builds/13497287)
   
   Coverage remained the same at 70.161% when pulling 
**fe5f5ff51056b78b50fd662541455523493264ea on gaborhermann:doc-improve** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] manavbagai opened a new issue #3554: Adding Superset charts to existing Play Framework Web Application

2017-09-29 Thread git
manavbagai opened a new issue #3554: Adding Superset charts to existing Play 
Framework Web Application
URL: https://github.com/apache/incubator-superset/issues/3554
 
 
   I am having a web application. I want to display superset charts on that 
application. Is it possible to add the superset charts from server side without 
using IFrames.
   
   
 

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] coveralls commented on issue #3553: Minor documentation fix

2017-09-29 Thread git
coveralls commented on issue #3553: Minor documentation fix
URL: 
https://github.com/apache/incubator-superset/pull/3553#issuecomment-333130923
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13496912/badge)](https://coveralls.io/builds/13496912)
   
   Coverage remained the same at 70.161% when pulling 
**92c473971e221a86a913cbbec3104dcf52d3fc85 on gaborhermann:doc-improve** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] coveralls commented on issue #3553: Minor documentation fix

2017-09-29 Thread git
coveralls commented on issue #3553: Minor documentation fix
URL: 
https://github.com/apache/incubator-superset/pull/3553#issuecomment-333130925
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/13496912/badge)](https://coveralls.io/builds/13496912)
   
   Coverage remained the same at 70.161% when pulling 
**92c473971e221a86a913cbbec3104dcf52d3fc85 on gaborhermann:doc-improve** into 
**03e2af8bd923dbdebbc70213b359d36fe89d7b42 on apache:master**.
   
 

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] gaborhermann opened a new pull request #3553: Minor documentation fix

2017-09-29 Thread git
gaborhermann opened a new pull request #3553: Minor documentation fix
URL: https://github.com/apache/incubator-superset/pull/3553
 
 
   Menu names probably changed.
 

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] harryprince commented on issue #519: Ordering on X axis on the distribution bar chart

2017-09-29 Thread git
harryprince commented on issue #519: Ordering on X axis on the distribution bar 
chart
URL: 
https://github.com/apache/incubator-superset/issues/519#issuecomment-333119905
 
 
   I got the same problem @vera-liu
 

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] harryprince commented on issue #519: Ordering on X axis on the distribution bar chart

2017-09-29 Thread git
harryprince commented on issue #519: Ordering on X axis on the distribution bar 
chart
URL: 
https://github.com/apache/incubator-superset/issues/519#issuecomment-333119908
 
 
   I got the same problem @vera-liu
 

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] harryprince commented on issue #519: Ordering on X axis on the distribution bar chart

2017-09-29 Thread git
harryprince commented on issue #519: Ordering on X axis on the distribution bar 
chart
URL: 
https://github.com/apache/incubator-superset/issues/519#issuecomment-333119908
 
 
   I got the same problem @vera-liu
 

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] DaimonPl commented on issue #1318: Date picker for time filter

2017-09-29 Thread git
DaimonPl commented on issue #1318: Date picker for time filter
URL: 
https://github.com/apache/incubator-superset/issues/1318#issuecomment-333100549
 
 
   It looks that date picker is added in Slice view but dashboard date filter 
still does not support it
 

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] DaimonPl commented on issue #1318: Date picker for time filter

2017-09-29 Thread git
DaimonPl commented on issue #1318: Date picker for time filter
URL: 
https://github.com/apache/incubator-superset/issues/1318#issuecomment-333100549
 
 
   It looks that date picker is added in Slice view (0.20.0) but dashboard date 
filter still does not support it
 

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] DaimonPl closed issue #1364: Timeseries tooltips (on dashboard) not working on FF

2017-09-29 Thread git
DaimonPl closed issue #1364: Timeseries tooltips (on dashboard) not working on 
FF
URL: https://github.com/apache/incubator-superset/issues/1364
 
 
   
 

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] DaimonPl commented on issue #3522: Date Filter is not working on dashboard.

2017-09-29 Thread git
DaimonPl commented on issue #3522: Date Filter is not working on dashboard.
URL: 
https://github.com/apache/incubator-superset/issues/3522#issuecomment-333098358
 
 
   We are having same problem after upgrading to 0.20.0
 

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] SuperCobra2017 opened a new issue #3551: "Create Option" is not working in Filter Box

2017-09-29 Thread git
SuperCobra2017 opened a new issue #3551: "Create Option" is not working in 
Filter Box
URL: https://github.com/apache/incubator-superset/issues/3551
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x] I have reproduced the issue with at least the latest released version 
of superset
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   ### Superset version 0.19.1
   
   ### Expected results
   Custom option to appear as it appears in Filters inside the Slice
   
   ### Actual results
   Nothing.
   Demo-gif:  https://gyazo.com/7ea0175593663b0aee7ad579f43126c7
   
   ### Steps to reproduce
   Create Filter Box Slice with some Filter controls, 
   add it to Dashboard, 
   click on drop-down box,
   type-in anything,
   click on it or press Enter
   
   
 

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] tuziluobu commented on issue #3329: Syncing the timeout param from backend

2017-09-29 Thread git
tuziluobu commented on issue #3329: Syncing the timeout param from backend
URL: 
https://github.com/apache/incubator-superset/pull/3329#issuecomment-333083704
 
 
   
   "Query timeout - visualization query are set to timeout at 60 seconds. 
Perhaps your data has grown, your database is under unusual load, or you are 
simply querying a data source that is to large to be processed within the 
timeout range. If that is the case, we recommend that you summarize your data 
further."
   
   please How to resolve the problem? I set SUPERSET_WEBSERVER_TIMEOUT=600 in 
superset_config.py,but It's  not work?
   
   
 

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] 15310944349 opened a new issue #3550: (sqlite3.ProgrammingError) You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str

2017-09-29 Thread git
15310944349 opened a new issue #3550: (sqlite3.ProgrammingError) You must not 
use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit 
bytestrings (like text_factory = str). It is highly recommended that you 
instead just switch your application to Unicode strings
URL: https://github.com/apache/incubator-superset/issues/3550
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version 
of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   Superset 0.19.1
   
   ### Expected results
   get results data from remote mysql server
   
   ### Actual results
   ProgrammingError: (sqlite3.ProgrammingError) You must not use 8-bit 
bytestrings unless you use a text_factory that can interpret 8-bit bytestrings 
(like text_factory = str). It is highly recommended that you instead just 
switch your application to Unicode strings. [SQL: u'UPDATE "query" SET 
tmp_table_name=?, status=?, error_message=?, changed_on=? WHERE "query".id = 
?'] [parameters: (None, u'failed', "unsupported format character '\xe5' 
(0xffe5) at index 74", '2017-09-29 08:06:59.720489', 559)]
   
   ### Steps to reproduce
   run the fllowing sql from sql editor:
   SELECT t_tm_article_id,title,subscribe_id FROM t_article WHERE title like 
'%%'  limit 1'
   
   
 

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] pajachiet commented on issue #660: Row Level Security

2017-09-29 Thread git
pajachiet commented on issue #660: Row Level Security
URL: 
https://github.com/apache/incubator-superset/issues/660#issuecomment-333066208
 
 
   We have this exact use case. We would like to implement with @JulieRossi 
this configuration item you talk about.
   
   > Another way would be to add a configuration item where you pick a role and 
table and define a filtering criteria. If the user has that role then you force 
the filtering criteria in the where clause.
   
   @mistercrunch : Could you give us broad outlines on the steps we should take 
?
   
   To be more specific, our use case will be to add a WHERE clause based on a 
specific department in our organisation. 
 

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] yusecase commented on issue #953: Oracle backend: pandas Exception : KeyError

2017-09-29 Thread git
yusecase commented on issue #953: Oracle backend: pandas Exception : KeyError
URL: 
https://github.com/apache/incubator-superset/issues/953#issuecomment-333056530
 
 
   Perhaps it might be resolved by enclosing the name of the item containing 
uppercase and lowercase letters in double quotes in the column name definition.
 

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] rhunwicks commented on a change in pull request #3492: PandasConnector

2017-09-29 Thread git
rhunwicks commented on a change in pull request #3492: PandasConnector
URL: 
https://github.com/apache/incubator-superset/pull/3492#discussion_r141795500
 
 

 ##
 File path: dev-reqs.txt
 ##
 @@ -1,7 +1,10 @@
+beautifulsoup4==4.6.0
+lxml==3.8.0
 codeclimate-test-reporter
 coveralls
 flake8
 flask_cors
+lxml==3.8.0
 
 Review comment:
   I agree that Arrow is the future. 
http://wesmckinney.com/blog/apache-arrow-pandas-internals/ is a good read.
 

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