[GitHub] leoebrown opened a new issue #4861: Need to specify that multiple charts on dashboard begin from the start of a color scheme

2018-04-20 Thread GitBox
leoebrown opened a new issue #4861: Need to specify that multiple charts on dashboard begin from the start of a color scheme URL: https://github.com/apache/incubator-superset/issues/4861 When the same color scheme is selected for two different charts in the same dashboard, it would be

[GitHub] williaster commented on issue #4843: [formats] add better defaults for time + number formatting

2018-04-20 Thread GitBox
williaster commented on issue #4843: [formats] add better defaults for time + number formatting URL: https://github.com/apache/incubator-superset/pull/4843#issuecomment-383186325 @oxydash while I agree that'd be nice, it's not trivial: 1) this is only affecting defaults, not adding

[GitHub] betodealmeida commented on issue #4819: Visualization for multiple line charts

2018-04-20 Thread GitBox
betodealmeida commented on issue #4819: Visualization for multiple line charts URL: https://github.com/apache/incubator-superset/pull/4819#issuecomment-383174891 The build is failing due to conflicting numpy versions, not sure why that's happening. Will take another look, and also add an

[GitHub] timifasubaa commented on issue #4833: [sqllab] Help sqllab forget query history

2018-04-20 Thread GitBox
timifasubaa commented on issue #4833: [sqllab] Help sqllab forget query history URL: https://github.com/apache/incubator-superset/pull/4833#issuecomment-383190144 There is a lot of repeated logic with stop_query for the new timedout query logic.

[GitHub] CamiloRueda opened a new issue #4862: Dont recognize iso column in my datasource.

2018-04-20 Thread GitBox
CamiloRueda opened a new issue #4862: Dont recognize iso column in my datasource. URL: https://github.com/apache/incubator-superset/issues/4862 Make sure these boxes are checked before submitting your issue - thank you! - [ x] I have checked the superset logs for python stacktraces

[GitHub] williaster closed pull request #4843: [formats] add better defaults for time + number formatting

2018-04-20 Thread GitBox
williaster closed pull request #4843: [formats] add better defaults for time + number formatting URL: https://github.com/apache/incubator-superset/pull/4843 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

[GitHub] fabianmenges commented on issue #4843: [formats] add better defaults for time + number formatting

2018-04-20 Thread GitBox
fabianmenges commented on issue #4843: [formats] add better defaults for time + number formatting URL: https://github.com/apache/incubator-superset/pull/4843#issuecomment-383196939 Looks good, this should fix a lot of axis label problems.

[GitHub] john-bodley closed pull request #4853: [sql] Using read_sql_query instead of read_sql

2018-04-20 Thread GitBox
john-bodley closed pull request #4853: [sql] Using read_sql_query instead of read_sql URL: https://github.com/apache/incubator-superset/pull/4853 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:

[GitHub] codecov-io commented on issue #4833: [sqllab] Help sqllab forget query history

2018-04-20 Thread GitBox
codecov-io commented on issue #4833: [sqllab] Help sqllab forget query history URL: https://github.com/apache/incubator-superset/pull/4833#issuecomment-382534692 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/4833?src=pr=h1) Report > Merging

[GitHub] mistercrunch commented on issue #4853: [sql] Using read_sql_query instead of read_sql

2018-04-20 Thread GitBox
mistercrunch commented on issue #4853: [sql] Using read_sql_query instead of read_sql URL: https://github.com/apache/incubator-superset/pull/4853#issuecomment-383222021 LGTM This is an automated message from the Apache Git

[GitHub] john-bodley commented on issue #4856: Fix 'pip install .'

2018-04-20 Thread GitBox
john-bodley commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383235949 @mistercrunch isn't the fix to resolve the version specified in the `requirements.txt` file? I'm also interested in learning why this hasn't been

[GitHub] mistercrunch commented on issue #4856: Fix 'pip install .'

2018-04-20 Thread GitBox
mistercrunch commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383247670 Probably because of https://github.com/apache/incubator-superset/blob/master/tox.ini#L29, if you install the requirements.txt first and then run

[GitHub] SpyderRivera commented on issue #4747: [WiP] Download Dashboards as PDF

2018-04-20 Thread GitBox
SpyderRivera commented on issue #4747: [WiP] Download Dashboards as PDF URL: https://github.com/apache/incubator-superset/pull/4747#issuecomment-383200207 @mistercrunch @williaster This is an automated message from the

[GitHub] mistercrunch commented on issue #4861: On single dashboard, cannot make metrics on different charts the same color

2018-04-20 Thread GitBox
mistercrunch commented on issue #4861: On single dashboard, cannot make metrics on different charts the same color URL: https://github.com/apache/incubator-superset/issues/4861#issuecomment-383251499 The current logic insures that metrics with the same name will show the same color. This

[GitHub] john-bodley commented on issue #4856: Fix 'pip install .'

2018-04-20 Thread GitBox
john-bodley commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383258096 @mistercrunch I tested the following in Python 2.7 and 3.6 and wasn't able to reproduce your issue: ``` virtualenv env source

[GitHub] mistercrunch closed issue #4858: export dashboard

2018-04-20 Thread GitBox
mistercrunch closed issue #4858: export dashboard URL: https://github.com/apache/incubator-superset/issues/4858 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] john-bodley commented on issue #4856: Fix 'pip install .'

2018-04-20 Thread GitBox
john-bodley commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383257391 @mistercrunch I'll try to triage the problem seeing as I introduced the regression. If we remove the dependency we'll also need to update

[GitHub] mistercrunch commented on issue #4858: export dashboard

2018-04-20 Thread GitBox
mistercrunch commented on issue #4858: export dashboard URL: https://github.com/apache/incubator-superset/issues/4858#issuecomment-383251870 You can add `?standalone=true` to the URL and the menu won't show up at the top. You can then use an tag to embed it

[GitHub] hajdbo opened a new issue #4857: Incorrect SQL statement on "View Query": python-encoded % character (%%) on STR_TO_DATE()

2018-04-20 Thread GitBox
hajdbo opened a new issue #4857: Incorrect SQL statement on "View Query": python-encoded % character (%%) on STR_TO_DATE() URL: https://github.com/apache/incubator-superset/issues/4857 Using Mysql engine, the request displayed when clicking "View Query" shows a python-encoded %: %%

[GitHub] zhaoyongjie opened a new pull request #4860: #4859 Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
zhaoyongjie opened a new pull request #4860: #4859 Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/pull/4860 This is an automated message from the Apache Git

[GitHub] NZHEzreal opened a new issue #4858: export dashboard

2018-04-20 Thread GitBox
NZHEzreal opened a new issue #4858: export dashboard URL: https://github.com/apache/incubator-superset/issues/4858 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

[GitHub] xiamujun commented on issue #4506: superset (0.22.1) export Chinese to csv garbled

2018-04-20 Thread GitBox
xiamujun commented on issue #4506: superset (0.22.1) export Chinese to csv garbled URL: https://github.com/apache/incubator-superset/issues/4506#issuecomment-383008816 ok,thanks! This is an automated message from the

[GitHub] zhaoyongjie opened a new issue #4859: Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
zhaoyongjie opened a new issue #4859: Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/issues/4859 I wrote ADDITIONAL_MODULE for superset. The custom configuration is from superset_config.py. If there is an import error in my

[GitHub] kkalyan closed issue #4081: Errors in Demo Dashboards

2018-04-20 Thread GitBox
kkalyan closed issue #4081: Errors in Demo Dashboards URL: https://github.com/apache/incubator-superset/issues/4081 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] xrmx commented on issue #4860: #4859 Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
xrmx commented on issue #4860: #4859 Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/pull/4860#issuecomment-383119939 Aren't we printing a stacktrace if no custom file is found?

[GitHub] xrmx commented on issue #4857: Incorrect SQL statement on "View Query": python-encoded % character (%%) on STR_TO_DATE()

2018-04-20 Thread GitBox
xrmx commented on issue #4857: Incorrect SQL statement on "View Query": python-encoded % character (%%) on STR_TO_DATE() URL: https://github.com/apache/incubator-superset/issues/4857#issuecomment-383121979 Symptoms looks very similar to #4830

[GitHub] zhaoyongjie closed pull request #4860: #4859 Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
zhaoyongjie closed pull request #4860: #4859 Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/pull/4860 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] zhaoyongjie commented on issue #4860: #4859 Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
zhaoyongjie commented on issue #4860: #4859 Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/pull/4860#issuecomment-383124400 @xrmx I did something wrong. This

[GitHub] zhaoyongjie closed issue #4859: Config.py swallowed ImportError when use custome configuration

2018-04-20 Thread GitBox
zhaoyongjie closed issue #4859: Config.py swallowed ImportError when use custome configuration URL: https://github.com/apache/incubator-superset/issues/4859 This is an automated message from the Apache Git Service. To