[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362575580 I have tried digging but I ain't much of a react dev so what I went with finally is: `turn off instant filtering` Multiple filters work

[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362575580 I have tried digging but I ain't much of a react dev so what I went with finally is: `turn off instant filtering` Multiple filters work

[GitHub] gregroberts commented on issue #3905: Pivot table can not sort by names of metrics in custom order

2018-02-02 Thread GitBox
gregroberts commented on issue #3905: Pivot table can not sort by names of metrics in custom order URL: https://github.com/apache/incubator-superset/issues/3905#issuecomment-362611567 +1 Here. producing a pivot table showing for example Leads, Bookings, Conversion, it seems absurd I

[GitHub] angelcervera commented on a change in pull request #2953: [WiP] ElasticSearch connector integration

2018-02-02 Thread GitBox
angelcervera commented on a change in pull request #2953: [WiP] ElasticSearch connector integration URL: https://github.com/apache/incubator-superset/pull/2953#discussion_r165644190 ## File path: superset/config.py ## @@ -190,6 +190,7 @@ DEFAULT_MODULE_DS_MAP =

[GitHub] FloPit opened a new issue #4332: Filter Box: "No Data" although filterbox slice and time series slice in dashboard have same source

2018-02-02 Thread GitBox
FloPit opened a new issue #4332: Filter Box: "No Data" although filterbox slice and time series slice in dashboard have same source URL: https://github.com/apache/incubator-superset/issues/4332 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have

[GitHub] amancevice commented on issue #4307: Adaptative Formatting month and Quarter

2018-02-02 Thread GitBox
amancevice commented on issue #4307: Adaptative Formatting month and Quarter URL: https://github.com/apache/incubator-superset/issues/4307#issuecomment-362618331 The only way I was able to find to get month-to-date results was to use the string: `one day after last month eom`, which is

[GitHub] Mogball commented on issue #3974: [Bugfix] _add_filters_from_pre_query doesn't handle dim specs

2018-02-02 Thread GitBox
Mogball commented on issue #3974: [Bugfix] _add_filters_from_pre_query doesn't handle dim specs URL: https://github.com/apache/incubator-superset/pull/3974#issuecomment-362650097 What version of superset are you using? I think this is in version 0.21.0

[GitHub] Benji81 commented on issue #3496: Added button on slice for export D3js graph to png

2018-02-02 Thread GitBox
Benji81 commented on issue #3496: Added button on slice for export D3js graph to png URL: https://github.com/apache/incubator-superset/pull/3496#issuecomment-362634897 Hello, Any progress on this PR? It is a very nice feature

[GitHub] Benji81 commented on a change in pull request #4185: Add new visualization for custom X-Y axes

2018-02-02 Thread GitBox
Benji81 commented on a change in pull request #4185: Add new visualization for custom X-Y axes URL: https://github.com/apache/incubator-superset/pull/4185#discussion_r165701861 ## File path: superset/assets/javascripts/explore/stores/controls.jsx ## @@ -560,6 +595,59 @@

[GitHub] graceguo-supercat closed pull request #4326: [explore] fix missing CacheLabel

2018-02-02 Thread GitBox
graceguo-supercat closed pull request #4326: [explore] fix missing CacheLabel URL: https://github.com/apache/incubator-superset/pull/4326 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[GitHub] hughhhh commented on issue #4241: [cli] permission cleanup on 'superset init'

2018-02-02 Thread GitBox
hug commented on issue #4241: [cli] permission cleanup on 'superset init' URL: https://github.com/apache/incubator-superset/pull/4241#issuecomment-362714827 ? This is an automated message from the Apache Git

[GitHub] betodealmeida opened a new pull request #4333: Add hour grain to SQLite

2018-02-02 Thread GitBox
betodealmeida opened a new pull request #4333: Add hour grain to SQLite URL: https://github.com/apache/incubator-superset/pull/4333 This PR adds an hourly grain to SQLite by truncating the datetime. I used this code while developing the time scrubber, since I was testing with the

[GitHub] mistercrunch commented on issue #4329: Druid v0.6 compatibility (second try)

2018-02-02 Thread GitBox
mistercrunch commented on issue #4329: Druid v0.6 compatibility (second try) URL: https://github.com/apache/incubator-superset/pull/4329#issuecomment-362676177 @xrmx doesn't have SQL support at all. I think SQLAlchemy access to druid might require `0.10` or `0.11`+ Druid backend

[GitHub] rumbin commented on issue #4324: Cannot create a visualisation given a nested query

2018-02-02 Thread GitBox
rumbin commented on issue #4324: Cannot create a visualisation given a nested query URL: https://github.com/apache/incubator-superset/issues/4324#issuecomment-362678431 I understand @javiesm8 in trying to visualize the result of this SQLLab query as a Big Number slice. While the

[GitHub] betodealmeida opened a new pull request #4334: Add default value for point_radius_fixed

2018-02-02 Thread GitBox
betodealmeida opened a new pull request #4334: Add default value for point_radius_fixed URL: https://github.com/apache/incubator-superset/pull/4334 As the title says. I came across this bug when developing the time scrubber.

[GitHub] davelpz commented on issue #4335: Not quoting column name when doing a time series

2018-02-02 Thread GitBox
davelpz commented on issue #4335: Not quoting column name when doing a time series URL: https://github.com/apache/incubator-superset/issues/4335#issuecomment-362709093 I'd be happy to submit a pull request of people think this is correct. thanks!

[GitHub] mistercrunch commented on a change in pull request #4329: Druid v0.6 compatibility (second try)

2018-02-02 Thread GitBox
mistercrunch commented on a change in pull request #4329: Druid v0.6 compatibility (second try) URL: https://github.com/apache/incubator-superset/pull/4329#discussion_r165731054 ## File path: superset/connectors/druid/models.py ## @@ -119,7 +119,11 @@ def

[GitHub] mistercrunch commented on a change in pull request #4329: Druid v0.6 compatibility (second try)

2018-02-02 Thread GitBox
mistercrunch commented on a change in pull request #4329: Druid v0.6 compatibility (second try) URL: https://github.com/apache/incubator-superset/pull/4329#discussion_r165730864 ## File path: superset/connectors/druid/models.py ## @@ -207,13 +211,14 @@ def refresh(self,

[GitHub] xrmx commented on issue #4332: Filter Box: "No Data" although filterbox slice and time series slice in dashboard have same source

2018-02-02 Thread GitBox
xrmx commented on issue #4332: Filter Box: "No Data" although filterbox slice and time series slice in dashboard have same source URL: https://github.com/apache/incubator-superset/issues/4332#issuecomment-362682110 Friendly reminder to always reproduce with latest release which

[GitHub] xrmx commented on issue #4333: Add hour grain to SQLite

2018-02-02 Thread GitBox
xrmx commented on issue #4333: Add hour grain to SQLite URL: https://github.com/apache/incubator-superset/pull/4333#issuecomment-362686251 Is the `data/__init__.py` hunk supposed to be here? This is an automated message from

[GitHub] xrmx commented on issue #4333: Add hour grain to SQLite

2018-02-02 Thread GitBox
xrmx commented on issue #4333: Add hour grain to SQLite URL: https://github.com/apache/incubator-superset/pull/4333#issuecomment-362686251 Is the __init__.py hunk supposed to be here? This is an automated message from the

[GitHub] davelpz opened a new issue #4335: Not quoting column name when doing a time series

2018-02-02 Thread GitBox
davelpz opened a new issue #4335: Not quoting column name when doing a time series URL: https://github.com/apache/incubator-superset/issues/4335 Make sure these boxes are checked before submitting your issue - thank you! - [X ] I have checked the superset logs for python stacktraces

[GitHub] betodealmeida commented on issue #4333: Add hour grain to SQLite

2018-02-02 Thread GitBox
betodealmeida commented on issue #4333: Add hour grain to SQLite URL: https://github.com/apache/incubator-superset/pull/4333#issuecomment-362722184 @xrmx, I thought it made sense to update the sample data to have higher than daily resolution, but I can remove that.

[GitHub] mistercrunch commented on issue #4316: [WiP] fix caching issues

2018-02-02 Thread GitBox
mistercrunch commented on issue #4316: [WiP] fix caching issues URL: https://github.com/apache/incubator-superset/pull/4316#issuecomment-362725606 @john-bodley I think I've got it mostly nailed down now at this point. This turned out to be a much more complex headache then I thought

[GitHub] dimaslv opened a new pull request #4329: Druid v0.6 compatibility (second try)

2018-02-02 Thread GitBox
dimaslv opened a new pull request #4329: Druid v0.6 compatibility (second try) URL: https://github.com/apache/incubator-superset/pull/4329 These commits allowed me to set up latest superset with our company's Druid v0.6 cluster. I have tried not to break anything for any newer versions.

[GitHub] prasar-ashutosh closed pull request #4311: [feature] Mapbox Polygon support

2018-02-02 Thread GitBox
prasar-ashutosh closed pull request #4311: [feature] Mapbox Polygon support URL: https://github.com/apache/incubator-superset/pull/4311 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] prasar-ashutosh opened a new pull request #4330: Adding support for Mapbox with Polygon

2018-02-02 Thread GitBox
prasar-ashutosh opened a new pull request #4330: Adding support for Mapbox with Polygon URL: https://github.com/apache/incubator-superset/pull/4330 ***Mapbox Polygon support*** This pull request is an attempt to implement the feature:

[GitHub] brylie opened a new issue #4331: Simple, automatic install option(s)

2018-02-02 Thread GitBox
brylie opened a new issue #4331: Simple, automatic install option(s) URL: https://github.com/apache/incubator-superset/issues/4331 Currently, the [Superset installation instructions](https://superset.incubator.apache.org/installation.html) are several pages long, including many manual

[GitHub] xrmx commented on issue #4324: Cannot create a visualisation given a nested query

2018-02-02 Thread GitBox
xrmx commented on issue #4324: Cannot create a visualisation given a nested query URL: https://github.com/apache/incubator-superset/issues/4324#issuecomment-362519363 A bit puzzled by the fact you are posting a picture with the query executed :)

[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362523601 Facing the same issue, @szmate1618 do you have a possible fix implementation for this ? Also this is limited to chrome/chromium, it works

[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362523601 Facing the same issue, @szmate1618 do you have a possible fix implementation for this ? Also this is limited to chrome/chromium, it works

[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362523601 Facing the same issue, @szmate1618 do you have a possible fix implementation for this ? Also this is limited to chrome/chromium, it works

[GitHub] heaven00 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
heaven00 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362523601 Facing the same issue, @szmate1618 do you have a possible fix implementation for this ?

[GitHub] javiesm8 commented on issue #4324: Cannot create a visualisation given a nested query

2018-02-02 Thread GitBox
javiesm8 commented on issue #4324: Cannot create a visualisation given a nested query URL: https://github.com/apache/incubator-superset/issues/4324#issuecomment-362533349 Hi @xrmx if you can elaborate on what aspect of the fact, then I would be happy to explain. I assumed as much

[GitHub] xrmx commented on issue #4311: [feature] Mapbox Polygon support

2018-02-02 Thread GitBox
xrmx commented on issue #4311: [feature] Mapbox Polygon support URL: https://github.com/apache/incubator-superset/pull/4311#issuecomment-362541001 Please rebase instead of pushing other people commits This is an automated

[GitHub] szmate1618 commented on issue #1906: Filters fail to refresh

2018-02-02 Thread GitBox
szmate1618 commented on issue #1906: Filters fail to refresh URL: https://github.com/apache/incubator-superset/issues/1906#issuecomment-362542445 No, unfortunately. That workaround was good enough for me, so I never dug into this any deeper, sorry.