You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by Ville Brofeldt <vi...@gmail.com> on 2019/10/01 04:33:53 UTC

[VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Dear all,


The source release 0.34.1 RC2 for Apache Superset is baked and available at:

https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys are
available at
https://dist.apache.org/repos/dist/release/incubator/superset/KEYS


This release mainly aims to fix bugs that have surfaced since the first
official release 0.34.0. For context the `0.34` release branch was cut at
SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
ancestor, the following list of commit was added as cherry-picks. The SHAs
in the list bellow reference the cherries on the release branch, PR number
are available to get more details.


New cherries in 0.34.1rc2:


270fd32a Fix: Missing time series datapoints in druid show up as absurd
values in line chart (#8271)

779976e1 Fixed korean translation error. (#8265)

cc023a41 Fix sync failed when datasource is schema-less (#8223)

078af117 [SQL Lab] Fix bug when filtering on results that include nulls
(#8231)

40cea544 Bump flask-appbuilder to 2.1.13 (#8174)

49bba75e Bump FAB to 2.1.13 (#8176)

e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)

a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
(#8070)


New cherries in 0.34.1rc1:


aaed4a77 updating version to 0.34.1

30ded7dd [sql lab] persist tables list in localStorage (#8054)

301211b5 Revert "Fixed Histogram visualization bug.  (#8077)" (#8145)

eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)

7ca58f02 adding spaces missing from string concatenations (#8126)

9e6c0ab7 Update core.py (#8191)

7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
deck.gl maps (#7951)

92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)

c5249cef Make orderby native sqla construct (#8180)

3136af12 [bugfix] fix timegrain addon regression (#8165)

a8b05484 Add check for calls to cache_key_wrapper (#8128)

20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
(#8117)

4e49b8f3 Fixed Histogram visualization bug.  (#8077)

6f6e068c Set disableErrorBoundary in SuperChart to fix chart error handling
(#8052)

08f19f1d  fix: onSave datasource raises React error (#8049)

66340f1a fix: handle case where result exists but corresponding query
cannot be found (#8037)

f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
(#8025)

85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)

de21a7f1 Fix: There was an issue fetching the favorite status of this
dashboard #6824 (#8013)

Re: [VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Posted by Krist Wongsuphasawat <kr...@gmail.com>.
+1 binding

-Krist
On Oct 4, 2019, 08:46 -0700, Ville Brofeldt <vi...@gmail.com>, wrote:
> Hi all,
>
> we now have 2 binding +1 votes, but need at least one more to be able to
> move the vote to the Incubator PMC. PPMC members are warmly encouraged to
> cast their vote to get this bugfix release out.
>
> Ville
>
> On Tue, Oct 1, 2019, 07:33 Ville Brofeldt <vi...@gmail.com>
> wrote:
>
> > Dear all,
> >
> >
> > The source release 0.34.1 RC2 for Apache Superset is baked and available
> > at:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys
> > are available at
> > https://dist.apache.org/repos/dist/release/incubator/superset/KEYS
> >
> >
> > This release mainly aims to fix bugs that have surfaced since the first
> > official release 0.34.0. For context the `0.34` release branch was cut at
> > SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
> > ancestor, the following list of commit was added as cherry-picks. The SHAs
> > in the list bellow reference the cherries on the release branch, PR number
> > are available to get more details.
> >
> >
> > New cherries in 0.34.1rc2:
> >
> >
> > 270fd32a Fix: Missing time series datapoints in druid show up as absurd
> > values in line chart (#8271)
> >
> > 779976e1 Fixed korean translation error. (#8265)
> >
> > cc023a41 Fix sync failed when datasource is schema-less (#8223)
> >
> > 078af117 [SQL Lab] Fix bug when filtering on results that include nulls
> > (#8231)
> >
> > 40cea544 Bump flask-appbuilder to 2.1.13 (#8174)
> >
> > 49bba75e Bump FAB to 2.1.13 (#8176)
> >
> > e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)
> >
> > a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
> > (#8070)
> >
> >
> > New cherries in 0.34.1rc1:
> >
> >
> > aaed4a77 updating version to 0.34.1
> >
> > 30ded7dd [sql lab] persist tables list in localStorage (#8054)
> >
> > 301211b5 Revert "Fixed Histogram visualization bug. (#8077)" (#8145)
> >
> > eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)
> >
> > 7ca58f02 adding spaces missing from string concatenations (#8126)
> >
> > 9e6c0ab7 Update core.py (#8191)
> >
> > 7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
> > deck.gl maps (#7951)
> >
> > 92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)
> >
> > c5249cef Make orderby native sqla construct (#8180)
> >
> > 3136af12 [bugfix] fix timegrain addon regression (#8165)
> >
> > a8b05484 Add check for calls to cache_key_wrapper (#8128)
> >
> > 20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
> > (#8117)
> >
> > 4e49b8f3 Fixed Histogram visualization bug. (#8077)
> >
> > 6f6e068c Set disableErrorBoundary in SuperChart to fix chart error
> > handling (#8052)
> >
> > 08f19f1d fix: onSave datasource raises React error (#8049)
> >
> > 66340f1a fix: handle case where result exists but corresponding query
> > cannot be found (#8037)
> >
> > f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
> > (#8025)
> >
> > 85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)
> >
> > de21a7f1 Fix: There was an issue fetching the favorite status of this
> > dashboard #6824 (#8013)
> >
> >
> >

Re: [VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Posted by Ville Brofeldt <vi...@gmail.com>.
Hi all,

we now have 2 binding +1 votes, but need at least one more to be able to
move the vote to the Incubator PMC. PPMC members are warmly encouraged to
cast their vote to get this bugfix release out.

Ville

On Tue, Oct 1, 2019, 07:33 Ville Brofeldt <vi...@gmail.com>
wrote:

> Dear all,
>
>
> The source release 0.34.1 RC2 for Apache Superset is baked and available
> at:
>
> https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys
> are available at
> https://dist.apache.org/repos/dist/release/incubator/superset/KEYS
>
>
> This release mainly aims to fix bugs that have surfaced since the first
> official release 0.34.0. For context the `0.34` release branch was cut at
> SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
> ancestor, the following list of commit was added as cherry-picks. The SHAs
> in the list bellow reference the cherries on the release branch, PR number
> are available to get more details.
>
>
> New cherries in 0.34.1rc2:
>
>
> 270fd32a Fix: Missing time series datapoints in druid show up as absurd
> values in line chart (#8271)
>
> 779976e1 Fixed korean translation error. (#8265)
>
> cc023a41 Fix sync failed when datasource is schema-less (#8223)
>
> 078af117 [SQL Lab] Fix bug when filtering on results that include nulls
> (#8231)
>
> 40cea544 Bump flask-appbuilder to 2.1.13 (#8174)
>
> 49bba75e Bump FAB to 2.1.13 (#8176)
>
> e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)
>
> a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
> (#8070)
>
>
> New cherries in 0.34.1rc1:
>
>
> aaed4a77 updating version to 0.34.1
>
> 30ded7dd [sql lab] persist tables list in localStorage (#8054)
>
> 301211b5 Revert "Fixed Histogram visualization bug.  (#8077)" (#8145)
>
> eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)
>
> 7ca58f02 adding spaces missing from string concatenations (#8126)
>
> 9e6c0ab7 Update core.py (#8191)
>
> 7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
> deck.gl maps (#7951)
>
> 92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)
>
> c5249cef Make orderby native sqla construct (#8180)
>
> 3136af12 [bugfix] fix timegrain addon regression (#8165)
>
> a8b05484 Add check for calls to cache_key_wrapper (#8128)
>
> 20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
> (#8117)
>
> 4e49b8f3 Fixed Histogram visualization bug.  (#8077)
>
> 6f6e068c Set disableErrorBoundary in SuperChart to fix chart error
> handling (#8052)
>
> 08f19f1d  fix: onSave datasource raises React error (#8049)
>
> 66340f1a fix: handle case where result exists but corresponding query
> cannot be found (#8037)
>
> f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
> (#8025)
>
> 85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)
>
> de21a7f1 Fix: There was an issue fetching the favorite status of this
> dashboard #6824 (#8013)
>
>
>

Re: [VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Posted by Daniel Gaspar <dp...@apache.org>.
+1

Tested using local env and on Preset's infra, checked:

- Checked db upgrade (from scratch) and superset init
- Checked bootstrap 3.4.1
- polygons chart, dashboards
- SQLLab some queries sync and async
- No probs found with werkzeug and proxyfix behind LB

Looks good!

On 2019/10/01 04:33:53, Ville Brofeldt <vi...@gmail.com> wrote: 
> Dear all,
> 
> 
> The source release 0.34.1 RC2 for Apache Superset is baked and available at:
> 
> https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys are
> available at
> https://dist.apache.org/repos/dist/release/incubator/superset/KEYS
> 
> 
> This release mainly aims to fix bugs that have surfaced since the first
> official release 0.34.0. For context the `0.34` release branch was cut at
> SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
> ancestor, the following list of commit was added as cherry-picks. The SHAs
> in the list bellow reference the cherries on the release branch, PR number
> are available to get more details.
> 
> 
> New cherries in 0.34.1rc2:
> 
> 
> 270fd32a Fix: Missing time series datapoints in druid show up as absurd
> values in line chart (#8271)
> 
> 779976e1 Fixed korean translation error. (#8265)
> 
> cc023a41 Fix sync failed when datasource is schema-less (#8223)
> 
> 078af117 [SQL Lab] Fix bug when filtering on results that include nulls
> (#8231)
> 
> 40cea544 Bump flask-appbuilder to 2.1.13 (#8174)
> 
> 49bba75e Bump FAB to 2.1.13 (#8176)
> 
> e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)
> 
> a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
> (#8070)
> 
> 
> New cherries in 0.34.1rc1:
> 
> 
> aaed4a77 updating version to 0.34.1
> 
> 30ded7dd [sql lab] persist tables list in localStorage (#8054)
> 
> 301211b5 Revert "Fixed Histogram visualization bug.  (#8077)" (#8145)
> 
> eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)
> 
> 7ca58f02 adding spaces missing from string concatenations (#8126)
> 
> 9e6c0ab7 Update core.py (#8191)
> 
> 7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
> deck.gl maps (#7951)
> 
> 92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)
> 
> c5249cef Make orderby native sqla construct (#8180)
> 
> 3136af12 [bugfix] fix timegrain addon regression (#8165)
> 
> a8b05484 Add check for calls to cache_key_wrapper (#8128)
> 
> 20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
> (#8117)
> 
> 4e49b8f3 Fixed Histogram visualization bug.  (#8077)
> 
> 6f6e068c Set disableErrorBoundary in SuperChart to fix chart error handling
> (#8052)
> 
> 08f19f1d  fix: onSave datasource raises React error (#8049)
> 
> 66340f1a fix: handle case where result exists but corresponding query
> cannot be found (#8037)
> 
> f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
> (#8025)
> 
> 85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)
> 
> de21a7f1 Fix: There was an issue fetching the favorite status of this
> dashboard #6824 (#8013)
> 

[RESULT][VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Posted by Ville Brofeldt <vi...@gmail.com>.
Hi all,

The community vote for releasing Superset 0.34.1 based on Superset
0.34.1rc2 has concluded with the following votes:

3 binding +1 votes:
Maxime Beauchemin (binding)
Daniel Gaspar (binding)
Krist Wongsuphasawat (binding)

A new vote has been started on the Incubator mailing list, which will be
open for 72 hours.

Ville

On Tue, Oct 1, 2019 at 7:33 AM Ville Brofeldt <vi...@gmail.com>
wrote:

> Dear all,
>
>
> The source release 0.34.1 RC2 for Apache Superset is baked and available
> at:
>
> https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys
> are available at
> https://dist.apache.org/repos/dist/release/incubator/superset/KEYS
>
>
> This release mainly aims to fix bugs that have surfaced since the first
> official release 0.34.0. For context the `0.34` release branch was cut at
> SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
> ancestor, the following list of commit was added as cherry-picks. The SHAs
> in the list bellow reference the cherries on the release branch, PR number
> are available to get more details.
>
>
> New cherries in 0.34.1rc2:
>
>
> 270fd32a Fix: Missing time series datapoints in druid show up as absurd
> values in line chart (#8271)
>
> 779976e1 Fixed korean translation error. (#8265)
>
> cc023a41 Fix sync failed when datasource is schema-less (#8223)
>
> 078af117 [SQL Lab] Fix bug when filtering on results that include nulls
> (#8231)
>
> 40cea544 Bump flask-appbuilder to 2.1.13 (#8174)
>
> 49bba75e Bump FAB to 2.1.13 (#8176)
>
> e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)
>
> a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
> (#8070)
>
>
> New cherries in 0.34.1rc1:
>
>
> aaed4a77 updating version to 0.34.1
>
> 30ded7dd [sql lab] persist tables list in localStorage (#8054)
>
> 301211b5 Revert "Fixed Histogram visualization bug.  (#8077)" (#8145)
>
> eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)
>
> 7ca58f02 adding spaces missing from string concatenations (#8126)
>
> 9e6c0ab7 Update core.py (#8191)
>
> 7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
> deck.gl maps (#7951)
>
> 92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)
>
> c5249cef Make orderby native sqla construct (#8180)
>
> 3136af12 [bugfix] fix timegrain addon regression (#8165)
>
> a8b05484 Add check for calls to cache_key_wrapper (#8128)
>
> 20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
> (#8117)
>
> 4e49b8f3 Fixed Histogram visualization bug.  (#8077)
>
> 6f6e068c Set disableErrorBoundary in SuperChart to fix chart error
> handling (#8052)
>
> 08f19f1d  fix: onSave datasource raises React error (#8049)
>
> 66340f1a fix: handle case where result exists but corresponding query
> cannot be found (#8037)
>
> f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
> (#8025)
>
> 85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)
>
> de21a7f1 Fix: There was an issue fetching the favorite status of this
> dashboard #6824 (#8013)
>
>
>

Re: [VOTE] Release Superset 0.34.1 based on Superset 0.34.1rc2

Posted by Maxime Beauchemin <ma...@gmail.com>.
+1 (binding)
--------------
Deployed on a sandbox on Preset infra, LGTM, validated that:

* opened all example dashboards, did some basic interactions, looking good
* polygon example works, toggling the legend seem broken, but not a
dealbreaker, seems to be an issue in master, this PR
https://github.com/apache-superset/superset-ui-plugins-deckgl/pull/1 addresses
it
* ran some queries in SQL Lab, followed the "explore" flow

On Mon, Sep 30, 2019 at 9:34 PM Ville Brofeldt <vi...@gmail.com>
wrote:

> Dear all,
>
>
> The source release 0.34.1 RC2 for Apache Superset is baked and available
> at:
>
> https://dist.apache.org/repos/dist/dev/incubator/superset/, public keys
> are
> available at
> https://dist.apache.org/repos/dist/release/incubator/superset/KEYS
>
>
> This release mainly aims to fix bugs that have surfaced since the first
> official release 0.34.0. For context the `0.34` release branch was cut at
> SHA 9233a63, that was merged on master on Aug 8th 2019. From that common
> ancestor, the following list of commit was added as cherry-picks. The SHAs
> in the list bellow reference the cherries on the release branch, PR number
> are available to get more details.
>
>
> New cherries in 0.34.1rc2:
>
>
> 270fd32a Fix: Missing time series datapoints in druid show up as absurd
> values in line chart (#8271)
>
> 779976e1 Fixed korean translation error. (#8265)
>
> cc023a41 Fix sync failed when datasource is schema-less (#8223)
>
> 078af117 [SQL Lab] Fix bug when filtering on results that include nulls
> (#8231)
>
> 40cea544 Bump flask-appbuilder to 2.1.13 (#8174)
>
> 49bba75e Bump FAB to 2.1.13 (#8176)
>
> e81f3746 [examples] Fix, sf population polygons div by zero error (#8209)
>
> a8576aad [Explore view] Fix extra data fetch when user clicks Run Query
> (#8070)
>
>
> New cherries in 0.34.1rc1:
>
>
> aaed4a77 updating version to 0.34.1
>
> 30ded7dd [sql lab] persist tables list in localStorage (#8054)
>
> 301211b5 Revert "Fixed Histogram visualization bug.  (#8077)" (#8145)
>
> eb3cb955 fix: issues #8041 - bubble support for complex metrics (#8044)
>
> 7ca58f02 adding spaces missing from string concatenations (#8126)
>
> 9e6c0ab7 Update core.py (#8191)
>
> 7326f371 [feat] Add d3 legend formatting for Arc, Polygon and Scatter
> deck.gl maps (#7951)
>
> 92481b7b [bugfix] Correctly quote table and schema in select_star (#8181)
>
> c5249cef Make orderby native sqla construct (#8180)
>
> 3136af12 [bugfix] fix timegrain addon regression (#8165)
>
> a8b05484 Add check for calls to cache_key_wrapper (#8128)
>
> 20a05954 Fix to Werkzeug ProxyFix; expose ProxyFix configuration items
> (#8117)
>
> 4e49b8f3 Fixed Histogram visualization bug.  (#8077)
>
> 6f6e068c Set disableErrorBoundary in SuperChart to fix chart error handling
> (#8052)
>
> 08f19f1d  fix: onSave datasource raises React error (#8049)
>
> 66340f1a fix: handle case where result exists but corresponding query
> cannot be found (#8037)
>
> f85ba81c [bugfix] Fix deck_polygon metric bug and update examples chart
> (#8025)
>
> 85f959f6 [fix] Allow dashboard viewer auto refresh dashboard (#8014)
>
> de21a7f1 Fix: There was an issue fetching the favorite status of this
> dashboard #6824 (#8013)
>