Thanks to everyone that participated. The vote to release Apache Superset (incubating) version 0.36.0 based on 0.36.0rc3 is now closed.
The vote PASSED with 5 binding +1, 1 non binding +1 and 0 -1 votes: Binding votes: - Grace - Daniel - Craig - Evan - Max Non binding votes: - Gaurav A few notes on known issues with this Release Candidate: - When rendering a TableViz with the legacy Druid connector, a cryptic error message is raised if the query doesn't return any data. A PR #9480 to address this is pending final review and merging. As this is affecting a deprecated feature in Superset, this was not regarded as a blocker for this release. - A bug in the new Row Level Security feature has been identified, with a fix PR #9365 pending final review and merging. As this is an experimental feature and hidden behind a feature flag, this was not regarded as a blocker for this release. - The TableViz "emit filter events" feature is currently disabled, and has been since the version 0.34. While this is an inconvenience for those relying on this feature, it is not working in the current stable 0.35.2 release, hence should not block the 0.36 branch. We will work to complete the release process, and are actively working towards resolving all issues raised above and elsewhere in upcoming releases. Thanks, The Apache Superset (Incubating) Team On Tue, Apr 7, 2020 at 9:42 AM Luca Toscano <toscano.l...@gmail.com> wrote: > On Sat, Apr 4, 2020 at 11:52 AM Luca Toscano <toscano.l...@gmail.com> > wrote: > > > > Il giorno ven 3 apr 2020 alle ore 19:11 Luca Toscano > > <toscano.l...@gmail.com> ha scritto: > > > > > > Il giorno ven 3 apr 2020 alle ore 15:22 Luca Toscano > > > <toscano.l...@gmail.com> ha scritto: > > > > > > > > Hi everybody, > > > > > > > > > > On Apr 2, 2020, at 3:51 AM, Ville Brofeldt < > ville.v.brofe...@gmail.com> wrote: > > > > > > > > > > > > Hello Superset Community, > > > > > > > > > > > > This is a call for the vote to release Apache Superset > > > > > > (incubating) version 0.36.0. > > > > > > > > > > > > The release candidate: > > > > > > > https://dist.apache.org/repos/dist/dev/incubator/superset/0.36.0rc3/ > > > > > > > > > > > > Git tag for the release: > > > > > > https://github.com/apache/incubator-superset/tree/0.36.0rc3 > > > > > > > > > > > > The Change Log for the release: > > > > > > > https://github.com/apache/incubator-superset/blob/0.36.0rc3/CHANGELOG.md > > > > > > > > > > > > public keys are available at: > > > > > > > > > > > > https://www.apache.org/dist/incubator/superset/KEYS > > > > > > > > > > > > The vote will be open for at least 72 hours or until the > necessary number > > > > > > of votes are reached. > > > > > > > > > > > > Please vote accordingly: > > > > > > > > > > > > [ ] +1 approve > > > > > > [ ] +0 no opinion > > > > > > [ ] -1 disapprove with the reason > > > > > > > > The good news is that I was able to use 0.36.0rc3 tarball in my pip > > > > install build workflow, as suggested by Maxime in this email list, so > > > > from now on I should be able to test new releases of Superset with a > > > > variety of dashboards (plus Presto and Kerberos support). > > > > I am currently facing > > > > https://github.com/apache/incubator-superset/issues/8808 while > > > > upgrading from 0.35.2, but IIUC it is a specific issue of some > > > > configurations, so I'll try to report back if I manage to solve the > > > > issue during the next couple of days. > > > > > > Update: I was able to solve the issue, I think it is not a release > > > blocker, it seems more something related to charsets/collation on > > > certain dbms. If anybody encounters the same issue, I posted my > > > solution (altering the default charset/collation of the db schema) in > > > the gh issue. > > > About building from tarball with pip: not sure if it works correctly > > > since all the static assets are messed up or missing, and it makes > > > sense since the npm install dance is not done IIUC. I'll try to find a > > > workaround! > > > > I am now able to get static assets correctly, the trick is to: > > 1) download the tarball of the rc release from GH and uncompress it > > 2) run > https://github.com/apache/incubator-superset/blob/master/pypi_push.sh#L22-L23 > > 3) use the directory in the pip requirements to install > > > > I tested Superset with a wide range of chars and dashboards, with > backends: > > - Druid > > - Presto (authenticated via Kerberos) > > - Mysql > > > > Also tested all the above with SqlLab. Everything that I have checked > > looks really good, the only different thing that I found is in a Table > > chart, but I am not sure if it is a regression or something related to > > a misconfiguration of the chart (was created by a user, will > > investigate). More info in https://phabricator.wikimedia.org/T249405 > > if you are curious. > > > > Hope it helps! Thanks for doing the release! > > To keep archives happy: I filed > https://github.com/apache/incubator-superset/pull/9480, TableViz with > empty Druid datasources returns a cryptic error with rc3. It is a > corner case so not sure if it is worth to do a rc4 given all the +1s, > but raising the concern anyway :) > > Luca >