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! Luca