[GitHub] [incubator-superset] WChCh edited a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources

2019-08-28 Thread GitBox
WChCh edited a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources URL: https://github.com/apache/incubator-superset/issues/7074#issuecomment-525316831 > Another regression that I have noticed in Filter Box is that now (in 0.31.0) instead of returning "No dat

[GitHub] [incubator-superset] syazwan0913 opened a new issue #8132: TypeError: Cannot read property '0' of undefined

2019-08-28 Thread GitBox
syazwan0913 opened a new issue #8132: TypeError: Cannot read property '0' of undefined URL: https://github.com/apache/incubator-superset/issues/8132 ### Expected results Chart from Highcharts showing on dashboard. ### Actual results TypeError: Cannot read property '0'

[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #8132: TypeError: Cannot read property '0' of undefined

2019-08-28 Thread GitBox
issue-label-bot[bot] commented on issue #8132: TypeError: Cannot read property '0' of undefined URL: https://github.com/apache/incubator-superset/issues/8132#issuecomment-525623659 Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.94. Please

[GitHub] [incubator-superset] nisjojo opened a new issue #8133: Install failed

2019-08-28 Thread GitBox
nisjojo opened a new issue #8133: Install failed URL: https://github.com/apache/incubator-superset/issues/8133 when I install the superset , the error is ERROR: flask-jwt-extended 3.21.0 has requirement Flask>=1.0, but you'll have flask 0.12.4 which is incompatible. when

[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #8133: Install failed

2019-08-28 Thread GitBox
issue-label-bot[bot] commented on issue #8133: Install failed URL: https://github.com/apache/incubator-superset/issues/8133#issuecomment-525624581 Issue Label Bot is not confident enough to auto-label this issue. See [dashboard](https://mlbot.net/data/apache/incubator-superset) for more de

[GitHub] [incubator-superset] WChCh removed a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources

2019-08-28 Thread GitBox
WChCh removed a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources URL: https://github.com/apache/incubator-superset/issues/7074#issuecomment-525316831 > Another regression that I have noticed in Filter Box is that now (in 0.31.0) instead of returning "No da

[GitHub] [incubator-superset] srikanth-reddy-m commented on issue #8123: Master code base table visulation Issue

2019-08-28 Thread GitBox
srikanth-reddy-m commented on issue #8123: Master code base table visulation Issue URL: https://github.com/apache/incubator-superset/issues/8123#issuecomment-525628875 thanks, @etr2460, it's working fine now, this is really helpful.

[GitHub] [incubator-superset] srikanth-reddy-m closed issue #8123: Master code base table visulation Issue

2019-08-28 Thread GitBox
srikanth-reddy-m closed issue #8123: Master code base table visulation Issue URL: https://github.com/apache/incubator-superset/issues/8123 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #8134: No module named 'msgpack'

2019-08-28 Thread GitBox
issue-label-bot[bot] commented on issue #8134: No module named 'msgpack' URL: https://github.com/apache/incubator-superset/issues/8134#issuecomment-525667416 Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.68. Please mark this comment with :

[GitHub] [incubator-superset] suooly opened a new issue #8134: No module named 'msgpack'

2019-08-28 Thread GitBox
suooly opened a new issue #8134: No module named 'msgpack' URL: https://github.com/apache/incubator-superset/issues/8134 superset/views/core.py, 43 lines of this file, No module named'msgpack'。 ![image](https://user-images.githubusercontent.com/8542132/63844696-33678380-c9bb-11e9-8e1

[GitHub] [incubator-superset] smacker commented on issue #7611: [sqllab] Cancel database query on stop

2019-08-28 Thread GitBox
smacker commented on issue #7611: [sqllab] Cancel database query on stop URL: https://github.com/apache/incubator-superset/pull/7611#issuecomment-525676234 @mistercrunch no. #8097 stops executing list of queries if one of them was stopped. This PR stops (kills) underlying connection

[GitHub] [incubator-superset] 17602558849 commented on issue #8133: Install failed

2019-08-28 Thread GitBox
17602558849 commented on issue #8133: Install failed URL: https://github.com/apache/incubator-superset/issues/8133#issuecomment-525679716 Try this command : pip install Flask-JWT-Extended==3.20.0 i have tried,and it is useful.

[GitHub] [incubator-superset] WChCh commented on issue #7074: Filter-box charts broken with 0.31 with Druid datasources

2019-08-28 Thread GitBox
WChCh commented on issue #7074: Filter-box charts broken with 0.31 with Druid datasources URL: https://github.com/apache/incubator-superset/issues/7074#issuecomment-525687518 > That won't be easy to debug without being able to reproduce. The solution would be around trying to

[GitHub] [incubator-superset] WChCh edited a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources

2019-08-28 Thread GitBox
WChCh edited a comment on issue #7074: Filter-box charts broken with 0.31 with Druid datasources URL: https://github.com/apache/incubator-superset/issues/7074#issuecomment-525687518 > That won't be easy to debug without being able to reproduce. The solution would be around trying

[GitHub] [incubator-superset] shahamit commented on issue #7765: When connecting to the oracle database, an error is reported when making a line chart

2019-08-28 Thread GitBox
shahamit commented on issue #7765: When connecting to the oracle database, an error is reported when making a line chart URL: https://github.com/apache/incubator-superset/issues/7765#issuecomment-525692586 Thanks. This uri worked after installing oracle instant client on the server. -

[GitHub] [incubator-superset] dpgaspar commented on issue #8134: No module named 'msgpack'

2019-08-28 Thread GitBox
dpgaspar commented on issue #8134: No module named 'msgpack' URL: https://github.com/apache/incubator-superset/issues/8134#issuecomment-525715316 Hi @suooly, This dependency is referenced on `requirements.txt` and `setup.py` - https://github.com/apache/incubator-superset/blob/mast

[GitHub] [incubator-superset] dpgaspar commented on issue #8133: Install failed

2019-08-28 Thread GitBox
dpgaspar commented on issue #8133: Install failed URL: https://github.com/apache/incubator-superset/issues/8133#issuecomment-525715963 You should use the pinned dependencies from `requirements.txt`, update/recreate using `pip install -r requirements.txt` --

[GitHub] [incubator-superset] villebro closed issue #8134: No module named 'msgpack'

2019-08-28 Thread GitBox
villebro closed issue #8134: No module named 'msgpack' URL: https://github.com/apache/incubator-superset/issues/8134 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-superset] dpgaspar commented on issue #8129: LDAP Connection Superset

2019-08-28 Thread GitBox
dpgaspar commented on issue #8129: LDAP Connection Superset URL: https://github.com/apache/incubator-superset/issues/8129#issuecomment-525717869 Hi @ziusware, This is more of a FAB question, since the LDAP auth is performed by it. Feel free to open and issue there.

[GitHub] [incubator-superset] dpgaspar commented on issue #8127: Frontend not built after installing Superset with Docker

2019-08-28 Thread GitBox
dpgaspar commented on issue #8127: Frontend not built after installing Superset with Docker URL: https://github.com/apache/incubator-superset/issues/8127#issuecomment-525723189 Hi @klazaj, Please, delete your current superset image (if exists) and post the logs

[GitHub] [incubator-superset] dpgaspar opened a new pull request #8135: [setup] use new python requires metadata key

2019-08-28 Thread GitBox
dpgaspar opened a new pull request #8135: [setup] use new python requires metadata key URL: https://github.com/apache/incubator-superset/pull/8135 ### CATEGORY - [ ] Bug Fix - [x] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ] Build / Developm

[GitHub] [incubator-superset] shivapriyaramasamy commented on issue #7019: [filter box] filter box being filtered; error shown when no data returned

2019-08-28 Thread GitBox
shivapriyaramasamy commented on issue #7019: [filter box] filter box being filtered; error shown when no data returned URL: https://github.com/apache/incubator-superset/issues/7019#issuecomment-525735371 ![image](https://user-images.githubusercontent.com/33547853/63857812-f9e64680-c9c1-11

[GitHub] [incubator-superset] shivapriyaramasamy removed a comment on issue #7019: [filter box] filter box being filtered; error shown when no data returned

2019-08-28 Thread GitBox
shivapriyaramasamy removed a comment on issue #7019: [filter box] filter box being filtered; error shown when no data returned URL: https://github.com/apache/incubator-superset/issues/7019#issuecomment-525735371 ![image](https://user-images.githubusercontent.com/33547853/63857812-f9e64680

[GitHub] [incubator-superset] shivapriyaramasamy commented on issue #7019: [filter box] filter box being filtered; error shown when no data returned

2019-08-28 Thread GitBox
shivapriyaramasamy commented on issue #7019: [filter box] filter box being filtered; error shown when no data returned URL: https://github.com/apache/incubator-superset/issues/7019#issuecomment-525736010 ![image](https://user-images.githubusercontent.com/33547853/63858060-79741580-c9c2-11

[GitHub] [incubator-superset] codecov-io commented on issue #8135: [setup] use new python requires metadata key

2019-08-28 Thread GitBox
codecov-io commented on issue #8135: [setup] use new python requires metadata key URL: https://github.com/apache/incubator-superset/pull/8135#issuecomment-525737312 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8135?src=pr&el=h1) Report > Merging [#8135](https://co

[GitHub] [incubator-superset] codecov-io commented on issue #8135: [setup] use new python requires metadata key

2019-08-28 Thread GitBox
codecov-io commented on issue #8135: [setup] use new python requires metadata key URL: https://github.com/apache/incubator-superset/pull/8135#issuecomment-525737307 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8135?src=pr&el=h1) Report > Merging [#8135](https://co

[GitHub] [incubator-superset] klazaj commented on issue #8127: Frontend not built after installing Superset with Docker

2019-08-28 Thread GitBox
klazaj commented on issue #8127: Frontend not built after installing Superset with Docker URL: https://github.com/apache/incubator-superset/issues/8127#issuecomment-525745216 @dpgaspar I get a warning and a request every 30 seconds for `/health`. ``` superset_1 | WARNING in ./no

[GitHub] [incubator-superset] klazaj edited a comment on issue #8127: Frontend not built after installing Superset with Docker

2019-08-28 Thread GitBox
klazaj edited a comment on issue #8127: Frontend not built after installing Superset with Docker URL: https://github.com/apache/incubator-superset/issues/8127#issuecomment-525745216 @dpgaspar I get a warning and a request every 30 seconds for `/health`. ``` superset_1 | WARNING

[GitHub] [incubator-superset] suooly commented on issue #8134: No module named 'msgpack'

2019-08-28 Thread GitBox
suooly commented on issue #8134: No module named 'msgpack' URL: https://github.com/apache/incubator-superset/issues/8134#issuecomment-525756674 > * https://github.com/apache/incubator-superset/blob/master/requirements.txt#L52 Thanks♪(・ω・)ノ -

[GitHub] [incubator-superset] villebro opened a new pull request #8136: Add duration formatter for min/sec/ms numeric data

2019-08-28 Thread GitBox
villebro opened a new pull request #8136: Add duration formatter for min/sec/ms numeric data URL: https://github.com/apache/incubator-superset/pull/8136 ### CATEGORY Choose one - [ ] Bug Fix - [x] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests

[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #8137: Display values on a line chart

2019-08-28 Thread GitBox
issue-label-bot[bot] commented on issue #8137: Display values on a line chart URL: https://github.com/apache/incubator-superset/issues/8137#issuecomment-525761014 Issue-Label Bot is automatically applying the label `#enhancement` to this issue, with a confidence of 0.95. Please mark this c

[GitHub] [incubator-superset] suooly opened a new issue #8137: Display values on a line chart

2019-08-28 Thread GitBox
suooly opened a new issue #8137: Display values on a line chart URL: https://github.com/apache/incubator-superset/issues/8137 It is impossible to choose whether to display numerical values on a line chart. In fact, it needs to be displayed on both the area chart and the line chart. Display

[GitHub] [incubator-superset] micimize commented on issue #7414: Missing release tags

2019-08-28 Thread GitBox
micimize commented on issue #7414: Missing release tags URL: https://github.com/apache/incubator-superset/issues/7414#issuecomment-525808741 @mistercrunch oh jeez, you mean like [airflow's `licenses` dir](https://github.com/apache/airflow/tree/master/licenses)? Maybe that number can

[GitHub] [incubator-superset] mistercrunch merged pull request #8135: [setup] use new python requires argument

2019-08-28 Thread GitBox
mistercrunch merged pull request #8135: [setup] use new python requires argument URL: https://github.com/apache/incubator-superset/pull/8135 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-superset] MarcusSorealheis commented on issue #8079: [setup] Poetry for superset

2019-08-28 Thread GitBox
MarcusSorealheis commented on issue #8079: [setup] Poetry for superset URL: https://github.com/apache/incubator-superset/pull/8079#issuecomment-525838110 @dpgaspar Having trouble pulling down this PR locally because of the `:` in the branch name ---

[GitHub] [incubator-superset] caiobelfort commented on issue #7286: Tree-View In Superset: Is this possible? If yes, please guide.

2019-08-28 Thread GitBox
caiobelfort commented on issue #7286: Tree-View In Superset: Is this possible? If yes, please guide. URL: https://github.com/apache/incubator-superset/issues/7286#issuecomment-525845223 That feature can be useful to me too.

[GitHub] [incubator-superset] stale[bot] closed issue #7352: Replace NVD3 with maintained charting library

2019-08-28 Thread GitBox
stale[bot] closed issue #7352: Replace NVD3 with maintained charting library URL: https://github.com/apache/incubator-superset/issues/7352 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-superset] serenajiang opened a new pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
serenajiang opened a new pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138 ### CATEGORY Choose one - [ ] Bug Fix - [ ] Enhancement (new features, refinement) - [ ] Refactor -

[GitHub] [incubator-superset] micimize commented on issue #7969: Not able to connect superset with BQ

2019-08-28 Thread GitBox
micimize commented on issue #7969: Not able to connect superset with BQ URL: https://github.com/apache/incubator-superset/issues/7969#issuecomment-525889356 @bhuvanbhatia0807 this worked for me: ```Dockerfile FROM amancevice/superset:0.34.0rc1 USER root RUN pip3 install

[GitHub] [incubator-superset] stale[bot] closed pull request #7472: [WiP] work on Superset example improvement

2019-08-28 Thread GitBox
stale[bot] closed pull request #7472: [WiP] work on Superset example improvement URL: https://github.com/apache/incubator-superset/pull/7472 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-superset] serenajiang closed pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
serenajiang closed pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-superset] serenajiang opened a new pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
serenajiang opened a new pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138 ### CATEGORY Choose one - [ ] Bug Fix - [ ] Enhancement (new features, refinement) - [ ] Refactor -

[GitHub] [incubator-superset] codecov-io commented on issue #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
codecov-io commented on issue #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#issuecomment-525919765 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8138?src=pr&el=h1) Report > Merging

[GitHub] [incubator-superset] etr2460 commented on issue #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on issue #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#issuecomment-525967377 If you add `# noqa` then i think you should specify the rule that you're disabling. Also if it's just a miss

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318842141 ## File path: superset/common/query_object.py ## @@ -34,12 +35,28 @@ clas

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318842584 ## File path: superset/connectors/base/models.py ## @@ -154,11 +154,11 @@

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318840944 ## File path: superset/common/query_context.py ## @@ -150,8 +155,8 @@ def

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318843869 ## File path: superset/connectors/sqla/models.py ## @@ -1061,12 +1078,39

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
etr2460 commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318841105 ## File path: superset/common/query_context.py ## @@ -109,17 +114,17 @@ d

[GitHub] [incubator-superset] 77creating closed issue #8131: Pivot Table Time Column Time Grain not working

2019-08-28 Thread GitBox
77creating closed issue #8131: Pivot Table Time Column Time Grain not working URL: https://github.com/apache/incubator-superset/issues/8131 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-superset] 77creating commented on issue #8131: Pivot Table Time Column Time Grain not working

2019-08-28 Thread GitBox
77creating commented on issue #8131: Pivot Table Time Column Time Grain not working URL: https://github.com/apache/incubator-superset/issues/8131#issuecomment-525987801 Issue Has been resolved by Generate a new column where copy from time column -

[GitHub] [incubator-superset] zhongjaifu commented on issue #6799: Table view as dashboard filter - don't highlight item or clear filter

2019-08-28 Thread GitBox
zhongjaifu commented on issue #6799: Table view as dashboard filter - don't highlight item or clear filter URL: https://github.com/apache/incubator-superset/issues/6799#issuecomment-526018664 It seems to be,highlight item is ok,but clear filter is not

[GitHub] [incubator-superset] villebro commented on issue #8136: Add duration formatter for numeric data

2019-08-28 Thread GitBox
villebro commented on issue #8136: Add duration formatter for numeric data URL: https://github.com/apache/incubator-superset/pull/8136#issuecomment-526023328 Removed second and minute formatters, as putting a constant multiplier to convert from min/sec to ms in a metric is trivial. Also ad

[GitHub] [incubator-superset] codecov-io edited a comment on issue #8136: Add duration formatter for numeric data

2019-08-28 Thread GitBox
codecov-io edited a comment on issue #8136: Add duration formatter for numeric data URL: https://github.com/apache/incubator-superset/pull/8136#issuecomment-526026214 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8136?src=pr&el=h1) Report > Merging [#8136](https://

[GitHub] [incubator-superset] codecov-io commented on issue #8136: Add duration formatter for numeric data

2019-08-28 Thread GitBox
codecov-io commented on issue #8136: Add duration formatter for numeric data URL: https://github.com/apache/incubator-superset/pull/8136#issuecomment-526026214 # [Codecov](https://codecov.io/gh/apache/incubator-superset/pull/8136?src=pr&el=h1) Report > Merging [#8136](https://codecov.

[GitHub] [incubator-superset] villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318889219 ## File path: superset/connectors/base/models.py ## @@ -60,8 +60,8 @@ cl

[GitHub] [incubator-superset] villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318889509 ## File path: superset/connectors/base/models.py ## @@ -79,68 +79,68 @@

[GitHub] [incubator-superset] villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r318889318 ## File path: superset/connectors/base/models.py ## @@ -79,68 +79,68 @@

[GitHub] [incubator-superset] villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r31597 ## File path: superset/common/query_object.py ## @@ -34,12 +35,28 @@ cla

[GitHub] [incubator-superset] villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common

2019-08-28 Thread GitBox
villebro commented on a change in pull request #8138: [typing] add typing for superset/connectors and superset/common URL: https://github.com/apache/incubator-superset/pull/8138#discussion_r31377 ## File path: superset/common/query_context.py ## @@ -40,8 +42,13 @@ cla

[GitHub] [incubator-superset] squalou commented on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard

2019-08-28 Thread GitBox
squalou commented on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard URL: https://github.com/apache/incubator-superset/issues/8121#issuecomment-526042035 Damn ! indeed. Must have forgotten it. (spent so long restarting different versions, obvi

[GitHub] [incubator-superset] squalou edited a comment on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard

2019-08-28 Thread GitBox
squalou edited a comment on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard URL: https://github.com/apache/incubator-superset/issues/8121#issuecomment-526042035 Damn ! indeed. Must have forgotten it. (spent so long restarting different versions

[GitHub] [incubator-superset] squalou edited a comment on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard

2019-08-28 Thread GitBox
squalou edited a comment on issue #8121: Error 401 : There was an issue fetching the favorite status of this dashboard URL: https://github.com/apache/incubator-superset/issues/8121#issuecomment-526042035 Damn ! indeed. Must have forgotten it. (spent so long restarting different versions