I fixed these issue in a local branch of my fork repository, I don't know if my 
fixed is the best way. I have a PR in progress, so I'm not sure if I have to 
fork again the repo or just wait for the current PR to be merged to master.

Yes, I faced some issues to set my dev env also, at the end a ended up doing 
these:
Enable npm link
cd <PATH>/superset-ui-plugins/packages/superset-ui-plugin-chart-table
npm link && rm package-lock.json && rm -r node_modules/ (Note: is very 
important to delete the node_modules folder, if not, the app behave incorrectly 
with weird errors in the d3 library)

Link the local package to incubator-superset
cd <PATH>/incubator-superset/superset-frontent
npm link @superset-ui/legacy-plugin-chart-table

After npm link complete, update the import statements in MainPreset.js

I also want to make a PR to update the current docs, but the same as the fix 
below.

Omar Ashton

-----Mensaje original-----
De: Maxime Beauchemin <maximebeauche...@gmail.com> 
Enviado el: Tuesday, March 10, 2020 12:30 PM
Para: dev@superset.incubator.apache.org
Asunto: Re: [CANCELLED] [VOTE] Release Apache Superset (incubating) 0.36.0 
based on Superset 0.36.0rc1

Side note, I tried to `npm link` the table visualization plugin to debug this 
and ran into some issues. We really need to make it much easier to do 
development in plugins.

Max

On Mon, Mar 9, 2020 at 11:01 PM Ville Brofeldt <ville.v.brofe...@gmail.com>
wrote:

> Hi all,
>
> due to the presence of a few bugs in this RC, I am terminating this 
> vote to be able to stabilize the 0.36.0 release. We will revert with a 
> new RC once the critical blockers have been addressed.
>
> Ville
>
> On Sun, Mar 8, 2020 at 4:35 PM Bolke de Bruin <bdbr...@gmail.com> wrote:
>
> > imho this
> >
> > https://github.com/apache/incubator-superset/issues/8273
> >
> > Should be considered blocking. It's a regression that keeps us on 
> > 0.34
> >
> > So consider this my -1, non-binding
> >
> > Bolke
> >
> > Sent from my iPhone
> >
> > > On 7 Mar 2020, at 21:23, 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.0rc
> > > 1/
> > >
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-superset/tree/0.36.0rc1
> > >
> > >
> > > The Change Log for the release:
> > >
> > >
> https://github.com/apache/incubator-superset/blob/0.36.0rc1/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
> > >
> > >
> > > Thanks,
> > >
> > > The Apache Superset (Incubating) Team
> >
>

Reply via email to