Re: [VOTE][SIP-81] Chart creation without a dataset

2022-06-01 Thread Aaron Suddjian
+1 binding

On Wed, Jun 1, 2022 at 12:39 PM Evan Rusackas  wrote:

> +1 (binding)!
>
> Evan Rusackas
> Preset | preset.io
> On Jun 1, 2022, 6:11 AM -0600, Michael S. Molina <
> michael.s.mol...@gmail.com>, wrote:
> > +1 (binding)
> >
> > On Tue, May 31, 2022, 21:23 Elizabeth Thompson 
> wrote:
> >
> > > Hi all,
> > >
> > > I'd like to call for a vote on SIP-81- Chart creation without a dataset
> > > https://github.com/apache/superset/issues/19953
> > >
> > > The vote will be open for at least 1 week or until the necessary
> number of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you all for the feedback in the GitHub discussions as well.
> > > https://github.com/apache/superset/discussions/18584 <
> > > https://github.com/apache/superset/discussions/18584>
> > >
> > > —
> > > Elizabeth Thompson
> > > Preset
>


-- 
Aaron Suddjian, Software Engineer at Preset


Update from the Superset X.0 working group

2022-03-31 Thread Aaron Suddjian
Hi folks, the group met today to discuss the ongoing changes for Superset
2.0. Key discussion points are noted below.

- All breaking changes have been merged, this looks good to go! 
- Last task is for John/Srini/Aaron to make sure that all the breaking
changes are described well in UPDATING.md.
- Ville will be cutting the 2.0 release as well as 1.5. (Thank you Ville!)
- Created a ticket in the project
<https://github.com/orgs/apache/projects/32>to track the release.

Please feel free to join the next working group meeting on April 7th at
10am PST. The meeting can be found on the Superset Community Calendar.

-- 
Aaron Suddjian, Software Engineer at Preset


Update from the Superset X.0 working group

2022-03-17 Thread Aaron Suddjian
Hi folks, the group met today to discuss the ongoing changes for Superset
2.0. Key discussion points are noted below.

- Aaron: Removing the ENABLE_REACT_CRUD_VIEWS flag causes lots of tests to
fail - assertions depend on text appearing in crud view html. Will skip
tests for now, and collab with QA to rewrite them.
- Daniel: Celery bump forced us to bump quite a few more packages including
flask, flask-jwt-extended.
   - John: Airbnb hasn’t updated flask internally because of some issues.
Daniel & John to sync up.
- Elizabeth: is out next week, can send a rep from team to the meeting
- Evan: A bug was filed with the sqllab backend persistence feature. Fix
should go into 2.0 https://github.com/apache/superset/pull/19225
   - Elizabeth: This is a new bug, not technically tied to the flag itself.
- Grace: Removing omnibar feature as discussed in slack

Please feel free to join the next working group meeting on March 24th at
10am PST. The meeting can be found on the Superset Community Calendar.

-- 
Aaron Suddjian, Software Engineer at Preset


Update from the Superset X.0 working group

2022-03-10 Thread Aaron Suddjian
Hi folks, the group met today to discuss the ongoing changes for Superset
2.0. Key discussion points are noted below.

- Decided to proceed with flipping the SQL_LAB_BACKEND_PERSISTENCE flag.
- Reminder that all the breaking changes need an appropriate entry in
Updating.md and that they get the appropriate PR labels, as well as a
"conventional commits" exclamation point in the title.
- Allowing two small barely-breaking changes onto the board. Future small
bycatch will be considered, subject to discussion/objection.
- Setting a merge target for March 25th, with the Celery change as the only
hard requirement.
- Will do a sweep of PRs from the board when the release branch is cut. to
make sure that all PRs have UPDATING entries and proper labeling.

Please feel free to join the next working group meeting on March 17th at
10am PST. The meeting can be found on the Superset Community Calendar.

-- 
Aaron Suddjian, Software Engineer at Preset


[RESULT][VOTE][SIP-74] Breaking Changes to include in Superset 2.0 -- and next steps

2022-02-23 Thread Aaron Suddjian
Hi everyone,

The vote for SIP-74 is now closed. The vote PASSED with a whopping 17
binding +1 votes, 0 non-binding, and 0 against.

Thank you all for your efforts and votes on this SIP!

*Next steps:*

We need to set up a protected GitHub branch lts-v1, then we can start
merging breaking changes on master. I have put together a kanban board to
track the 2.0 tasks from the SIP:
https://github.com/orgs/apache/projects/32/

Would someone who knows how to alter GitHub settings help with setting up
the lts-v1 branch, and then announce on the devlist and on Slack that we
intend to begin merging breaking changes on master? There is a task for
that in the project linked above. This branch will also need to behave like
a main branch in CI, but feel free to split that into a separate task if
desired.

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-74] Breaking Changes to include in Superset 2.0

2022-02-14 Thread Aaron Suddjian
In the process of checking the list, I noticed that "Turn on
SQLLAB_BACKEND_PERSISTENCE by default" ended up in the wrong column, and
should be considered for inclusion. That's not removal of the feature flag,
just changing its default value.

Thanks all, I think we can continue the vote unless there are further
comments/concerns 

On Mon, Feb 14, 2022 at 4:36 PM Aaron Suddjian  wrote:

> Thanks for pointing that out Beto!
>
> The VERSIONED_EXPORT item should be thought of as permanently turning the
> flag on, removing the flag. This is desirable in cases where having the
> flag on has become the clearly superior experience, and where maintaining
> multiple options sustains an undue amount of tech debt. Some other flags in
> the list got the same treatment.
>
> Some of us had a meeting to quickly go through the list of proposals since
> there hadn't been much movement in the past months. We decided that it
> would be good to focus primarily on CLI and config changes. I'll post
> explanations for the ones considered unsuitable on the SIP.
>
> On Mon, Feb 14, 2022 at 3:41 PM Beto Dealmeida
>  wrote:
>
>> I have a comment on one item:
>>
>> # Remove old import/export code and turn on the VERSIONED_EXPORT flag by
>> default.
>>
>> We can't remove the old code and have the feature flag at the same time;
>> the old code is needed to turn the feature flag off.
>>
>> It also seems that many features were considered unsuitable without a
>> comment explaining why.
>>
>> On 2/14/22 3:34 PM, Aaron Suddjian wrote:
>> > Hi all,
>> >
>> > I'd like to call for a vote on SIP-74, Superset 2.0 Breaking Changes:
>> > https://github.com/apache/superset/issues/17081
>> >
>> > The vote will be open for at least 1 week or until the necessary number
>> of
>> > votes are reached.
>> >
>> > Please vote accordingly:
>> > [ ] +1 approve
>> > [ ] +0 no opinion
>> > [ ] -1 disapprove with the reason
>> >
>> > Thank you all for your discussion and collaboration around this
>> proposal.
>> >
>>
>
>
> --
> Aaron Suddjian, Software Engineer at Preset
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-74] Breaking Changes to include in Superset 2.0

2022-02-14 Thread Aaron Suddjian
Thanks for pointing that out Beto!

The VERSIONED_EXPORT item should be thought of as permanently turning the
flag on, removing the flag. This is desirable in cases where having the
flag on has become the clearly superior experience, and where maintaining
multiple options sustains an undue amount of tech debt. Some other flags in
the list got the same treatment.

Some of us had a meeting to quickly go through the list of proposals since
there hadn't been much movement in the past months. We decided that it
would be good to focus primarily on CLI and config changes. I'll post
explanations for the ones considered unsuitable on the SIP.

On Mon, Feb 14, 2022 at 3:41 PM Beto Dealmeida
 wrote:

> I have a comment on one item:
>
> # Remove old import/export code and turn on the VERSIONED_EXPORT flag by
> default.
>
> We can't remove the old code and have the feature flag at the same time;
> the old code is needed to turn the feature flag off.
>
> It also seems that many features were considered unsuitable without a
> comment explaining why.
>
> On 2/14/22 3:34 PM, Aaron Suddjian wrote:
> > Hi all,
> >
> > I'd like to call for a vote on SIP-74, Superset 2.0 Breaking Changes:
> > https://github.com/apache/superset/issues/17081
> >
> > The vote will be open for at least 1 week or until the necessary number
> of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thank you all for your discussion and collaboration around this proposal.
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


[VOTE][SIP-74] Breaking Changes to include in Superset 2.0

2022-02-14 Thread Aaron Suddjian
Hi all,

I'd like to call for a vote on SIP-74, Superset 2.0 Breaking Changes:
https://github.com/apache/superset/issues/17081

The vote will be open for at least 1 week or until the necessary number of
votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thank you all for your discussion and collaboration around this proposal.

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-75] Proposal for embeddable dashboards

2021-11-11 Thread Aaron Suddjian
The SIP passes! Voting is now closed, thank you to all participants.

4 binding +1 votes:
Beto, Jiali, Diego, Phillip

2 non-binding +1 votes:
Anu, Srini

On Thu, Nov 4, 2021 at 11:42 AM Phillip Kelley-Dotson 
wrote:

> +1
>
> On Thu, Nov 4, 2021 at 7:35 AM Diego Pucci 
> wrote:
>
> > +1
> >
> > Il giorno mer 3 nov 2021 alle ore 21:03 Anupreet Walia 
> ha
> > scritto:
> >
> > > +1
> > >
> > > > On Nov 3, 2021, at 11:39 AM, Jiali Kuang  wrote:
> > > >
> > > > +1, binding
> > > >
> > > > On Wed, Nov 3, 2021 at 11:38 AM Srinivasa Kadamati 
> > > wrote:
> > > >
> > > >> +1
> > > >>
> > > >> On Wed, Nov 3, 2021 at 2:20 PM Beto Dealmeida
> > > >> 
> > > >> wrote:
> > > >>
> > > >>> +1, binding
> > > >>>
> > > >>> On 11/3/21 11:17 AM, Aaron Suddjian wrote:
> > > >>>> Hi all,
> > > >>>>
> > > >>>> This is a call to vote on SIP-75, a proposal to make dashboards
> > > >>> embeddable
> > > >>>> in third-party applications. More details and discussion can be
> > found
> > > >> on
> > > >>>> GitHub: https://github.com/apache/superset/issues/17187
> > > >>>>
> > > >>>> The vote will be open for at least 1 week or until the necessary
> > > number
> > > >>> of
> > > >>>> votes are reached.
> > > >>>>
> > > >>>> Please vote accordingly:
> > > >>>> [ ] +1 approve
> > > >>>> [ ] +0 no opinion
> > > >>>> [ ] -1 disapprove with the reason
> > > >>>>
> > > >>>> Thank you!
> > > >>>>
> > > >>>
> > > >>>
> > > >>
> > > >
> > > >
> > > > --
> > > > *Lily Kuang*
> > > > Full Stack Engineer
> > > > Preset | https://preset.io
> > >
> > >
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


[VOTE][SIP-75] Proposal for embeddable dashboards

2021-11-03 Thread Aaron Suddjian
Hi all,

This is a call to vote on SIP-75, a proposal to make dashboards embeddable
in third-party applications. More details and discussion can be found on
GitHub: https://github.com/apache/superset/issues/17187

The vote will be open for at least 1 week or until the necessary number of
votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thank you!

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-58] Proposal to move superset-ui to this repo, "Monorepo"

2021-11-03 Thread Aaron Suddjian
+1 binding

On Wed, Nov 3, 2021 at 9:59 AM Grace Guo 
wrote:

> +1 (binding)
>
>
> - grace
>
> > On Nov 2, 2021, at 2:28 PM, Ville Brofeldt 
> wrote:
> >
> > Hello Superset Community,
> >
> > This is a call to vote for SIP-58: Proposal to move superset-ui to this
> repo, or more commonly known as “Monorepo”.
> >
> > See the following GitHub Issue for the original proposal and related
> discussion: https://github.com/apache/superset/issues/13013 <
> https://github.com/apache/superset/issues/13013>
> >
> > The vote will be open for at least 1 week or until the necessary number
> of votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> >
> > Ville
>
>

-- 
Aaron Suddjian, Software Engineer at Preset


[DISCUSS][SIP-75] Proposal for Embeddable Dashboards

2021-10-22 Thread Aaron Suddjian
Hi folks,

For your consideration, a proposal for a feature to embed Superset
dashboards into other applications (sometimes referred to as white-labeled,
or integrated, or for-your-customer dashboards).

https://github.com/apache/superset/issues/17187

Thank you!

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-64] Migrate filter_box to Dashboard Native Filter Component

2021-10-13 Thread Aaron Suddjian
+1 binding

On Mon, Oct 11, 2021 at 5:59 AM Amit Miran  wrote:

> +1
>
> On 2021/10/06 19:40:48, Grace Guo  wrote:
> > Hi Superset community,
> >
> > This is a call to vote for [SIP-64] Migrate filter_box to Dashboard
> Native
> > Filter Component <https://github.com/apache/superset/issues/14383>
> >
> > The vote will be open for at least 1 week or until the necessary number
> of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > Grace Guo
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


[DISCUSS][SIP-74] Superset 2.0 Breaking Changes

2021-10-13 Thread Aaron Suddjian
Hi folks,

I opened up a SIP to discuss how to release breaking changes in Superset
2.0.
Please take a look, input requested.

https://github.com/apache/superset/issues/17081

Thank you!

-- 
Aaron Suddjian, Software Engineer at Preset


[RESULT] [VOTE] [SIP-67]: Gallery modal redesign and enhancement

2021-07-08 Thread Aaron Suddjian
The vote to approve SIP-67 is now closed. Thank you to all participants.

The vote PASSED with 7 binding +1, 1 non binding +1 and 0 -1 votes:

Binding +1 votes:
- Evan Rusackas
- Michael S. Molina
- Maxime Beauchemin
- Aaron Suddjian
- Amit Miran
- Erik Ritter
- Yongjie Zhao

Non-binding +1 votes:
- Srinivasa Kadamati

Thank you!

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-67]: Gallery modal redesign and enhancement

2021-07-02 Thread Aaron Suddjian
+1 binding

On Thu, Jul 1, 2021 at 12:45 PM Maxime Beauchemin  wrote:

> +1
>
> On Thu, Jul 1, 2021 at 12:03 PM Srinivasa Kadamati 
> wrote:
>
> > +1 non-binding
> >
> > On Thu, Jul 1, 2021 at 12:36 PM Michael S. Molina <
> > michael.s.mol...@gmail.com> wrote:
> >
> > > +1
> > >
> > > > On Jul 1, 2021, at 1:13 PM, Evan Rusackas  wrote:
> > > >
> > > > +1, binding
> > > >
> > > > Evan Rusackas
> > > > Preset | preset.io
> > > > On Jun 30, 2021, 2:30 PM -0600, Junlin Chen ,
> wrote:
> > > >> This is a call to vote for SIP-67: Gallery modal redesign and
> > > enhancement
> > > >> https://github.com/apache/superset/issues/14474
> > > >>
> > > >> The vote will be open for at least 1 week or until the necessary
> > number
> > > of
> > > >> votes are reached.
> > > >>
> > > >> Please vote accordingly:
> > > >> [ ] +1 approve
> > > >> [ ] +0 no opinion
> > > >> [ ] -1 disapprove with the reason
> > > >>
> > > >> Thanks,
> > > >> Junlin
> > >
> > >
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] Release Apache Superset 1.1.0 based on Superset 1.1.0rc1

2021-04-01 Thread Aaron Suddjian
+1

On Tue, Mar 30, 2021 at 2:25 PM  wrote:

> Hello Superset Community,
>
> This is a call for the vote to release Apache Superset version 1.1.0.
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/superset/1.1.0rc1/
>
> Git tag for the release:
> https://github.com/apache/superset/tree/1.1.0rc1
>
> The Change Log for the release:
> https://github.com/apache/superset/blob/1.1.0rc1/CHANGELOG.md
>
> The Updating instructions for the release:
> https://github.com/apache/superset/blob/1.1.0rc1/UPDATING.md
>
> public keys are available at:
>
> https://www.apache.org/dist/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 Team
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] [SIP-61] Improve the organization of front-end folders

2021-03-30 Thread Aaron Suddjian
enthusiastic +1 binding

On Mon, Mar 29, 2021 at 10:54 PM Junlin Chen  wrote:

> +1 binding
>
> On Mon, Mar 29, 2021 at 10:02 PM Rob DiCiuccio  wrote:
>
> > +1 binding
> >
> > On Mon, Mar 29, 2021 at 1:48 PM Evan Rusackas  wrote:
> >
> > > Hello Superset Community!
> > >
> > > This is a call to vote for SIP-61: Improve the organization of
> front-end
> > > folders
> > >
> > > Further details here: https://github.com/apache/superset/issues/13632
> > >
> > > The vote will be open for at least 1 week or until the necessary number
> > of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you!
> > >
> > > Evan Rusackas
> > > Preset | preset.io
> > > Apache Superset PMC
> > >
> > --
> >
> > *Rob DiCiuccio* (he/him)
> > Director of Engineering
> > Preset | https://preset.io
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] [SIP-57] Proposal for Semantic Versioning

2021-02-12 Thread Aaron Suddjian
+1 binding

On Fri, Feb 12, 2021 at 3:24 PM Jesse Yang  wrote:

> +1 (Binding)
>
>
> This has been a very extensively discussed SIP. Thank you Elizabeth for
> being open to suggestions and doing the legwork of making this so
> comprehensive!
>
>
> Jesse
>
> > On Feb 12, 2021, at 12:38 PM, Rob DiCiuccio  wrote:
> >
> > Dear Superset Community,
> >
> > This is a call for a vote to approve and adopt [SIP-57] Proposal for
> > Semantic Versioning <https://github.com/apache/superset/issues/12566>.
> >
> > The SIP and comments are available here:
> > https://github.com/apache/superset/issues/12566
> >
> > The vote will be open for at least 1 week or until the necessary number
> of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thank you!
> > --
> >
> > *Rob DiCiuccio* (he/him)
> > Director of Engineering
> > Preset | https://preset.io
>
>

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE][SIP-51] Dashboard/Dataset Level Access

2020-12-15 Thread Aaron Suddjian
+1 binding

On Tue, Dec 15, 2020 at 10:18 AM Brad  wrote:

> +1 (if i'm allowed to vote)
>
> On Tue., Dec. 15, 2020, 8:32 a.m. Craig Rueda, 
> wrote:
>
> > +1
> >
> > On Tue, Dec 15, 2020 at 4:53 AM Ville Brofeldt <
> ville.v.brofe...@gmail.com
> > >
> > wrote:
> >
> > > Superset Community,
> > >
> > > This is a call to vote for SIP-51: Dashboard/Dataset Level Access
> > >
> > > Further details here:
> > > https://github.com/apache/incubator-superset/issues/10408
> > >
> > > The SIP has been updated since the last cancelled vote with emphasis on
> > > simplicity and backwards compatibility.
> > >
> > > The vote will be open for at least 1 week or until the necessary number
> > of
> > > votes are reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you!
> > >
> > > Ville
> > >
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] Release Apache Superset (incubating) 0.38.0 based on Superset 0.38.0rc4

2020-11-17 Thread Aaron Suddjian
+1 binding

On Tue, Nov 17, 2020 at 10:26 AM Bogdan Kyryliuk 
wrote:

> +1 (binding)
>
> On Tue, Nov 17, 2020, 9:54 AM Maxime Beauchemin  wrote:
>
> > +1
> >
> > On Tue, Nov 17, 2020, 6:29 AM daniel gaspar 
> > wrote:
> >
> > > Hello Superset Community,
> > >
> > > This is a call for the vote to release Apache Superset
> > > (incubating) version 0.38.0. RC3 was cancelled due to licensing issues
> > for
> > > two fonts, related thread:
> > >
> > >
> >
> https://lists.apache.org/thread.html/r44d302317412ac2f56c66da46ba96e2df72de258232fe91628f6099c%40%3Cgeneral.incubator.apache.org%3E
> > >
> > > The release candidate:
> > > https://dist.apache.org/repos/dist/dev/incubator/superset/0.38.0rc4/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/incubator-superset/tree/0.38.0rc4
> > >
> > > The Change Log for the release:
> > >
> https://github.com/apache/incubator-superset/blob/0.38.0rc4/CHANGELOG.md
> > >
> > > The Updating instructions for the release:
> > >
> https://github.com/apache/incubator-superset/blob/0.38.0rc4/UPDATING.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
> > > --
> > >
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] Add Cypress record key to Github secrets

2020-11-03 Thread Aaron Suddjian
+1

On Tue, Nov 3, 2020 at 2:15 PM Maxime Beauchemin 
wrote:

> +1
>
> On Tue, Nov 3, 2020 at 2:14 PM Craig Rueda  wrote:
>
> > +1 approve
> >
> > On Tue, Nov 3, 2020 at 1:48 PM Evan Rusackas  wrote:
> >
> > > Per Apache Infra’s request, we’d like to see consensus from the
> community
> > > around an open JIRA ticket (
> > > https://issues.apache.org/jira/browse/INFRA-21071). This ticket will
> add
> > > a Cypress record key to the Github repository’s secrets, which we can
> > then
> > > use in CI scripts to improve our Cypress tests by capturing
> > > screenshots/recordings, and (hopefully) parallelizing the tests being
> > run.
> > >
> > > Due to the prior closed ticket on the issue (
> > > https://issues.apache.org/jira/browse/INFRA-20119), there’s a
> perceived
> > > contention around this. So… we’ll put it to a VOTE!
> > >
> > > The vote will be open for 72 hours or until the necessary number of
> votes
> > > are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you,
> > >
> > > -e-
> > >
> > > Evan Rusackas
> > > ( he | him )
> > > Frontend Lead
> > > Preset | preset.io
> > >
> >
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] Release Apache Superset (incubating) 0.38.0 based on Superset 0.38.0rc2

2020-11-02 Thread Aaron Suddjian
+1, binding

On Mon, Nov 2, 2020 at 10:13 AM William Barrett  wrote:

> +1 (binding)
>
> Will Barrett
> Staff Software Engineer
> Preset, Inc. | https://preset.io
> On Nov 2, 2020, 2:51 AM -0800, daniel gaspar ,
> wrote:
> > Hello Superset Community,
> >
> > This is a call for the vote to release Apache Superset
> > (incubating) version 0.38.0.
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/superset/0.38.0rc2/
> >
> > Git tag for the release:
> > https://github.com/apache/incubator-superset/tree/0.38.0rc2
> >
> > The Change Log for the release:
> > https://github.com/apache/incubator-superset/blob/0.38.0rc2/CHANGELOG.md
> >
> > The Updating instructions for the release:
> > https://github.com/apache/incubator-superset/blob/0.38.0rc2/UPDATING.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
>


-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] SIP-54 Proposal to improve export/import of objects

2020-10-22 Thread Aaron Suddjian
+1 binding

On Wed, Oct 21, 2020 at 11:30 AM Evan Rusackas  wrote:

> +1 (binding)
>
> Evan Rusackas
> ( he | him )
> Frontend Lead
> Preset | preset.io
> On Oct 21, 2020, 11:27 AM -0700, Rob DiCiuccio , wrote:
> > +1 (non-binding)
> >
> > On Mon, Oct 19, 2020 at 11:21 AM Beto Dealmeida
> >  wrote:
> >
> > > Hi, all!
> > >
> > > I'm calling a VOTE for SIP-54, improving and consolidating the
> > > import/export functionality in Superset.
> > >
> > > For reference:
> https://github.com/apache/incubator-superset/issues/11167
> > >
> > > Thank you,
> > > --Beto
> > >
> > >
> > > On Mon, Oct 05, 2020 at 06:03:23PM -0700, Beto Dealmeida wrote:
> > > > Hi, all.
> > > >
> > > > I created a new SIP for improving the export/import functionality in
> > > Superset
> > > >
> > > > Please discuss & subscribe here:
> > > https://github.com/apache/incubator-superset/issues/11167
> > > >
> > > > Thank you,
> > > > --Beto
> > >
> >
> >
> > --
> >
> > *Rob DiCiuccio* (he/him)
> > Director of Engineering
> > Preset | https://preset.io
>


-- 
Aaron Suddjian, Software Engineer at Preset


[VOTE][SIP-51] Dashboard/Dataset Level Access

2020-10-22 Thread Aaron Suddjian
Superset Community,

This is a call to vote for SIP-51: Dashboard/Dataset Level Access

Further details here:
https://github.com/apache/incubator-superset/issues/10408

The vote will be open for at least 1 Week or until the necessary number
of votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thank you!

-- 
Aaron Suddjian, Software Engineer at Preset


Re: [VOTE] [SIP-50] Proposal for using ECharts as our main charting library

2020-08-04 Thread Aaron Suddjian
+1 binding

On Tue, Aug 4, 2020 at 9:36 AM William Barrett  wrote:

> +1 (binding)
>
> Will Barrett
> Staff Software Engineer
> Preset, Inc. | https://preset.io
> On Jul 30, 2020, 6:26 PM -0700, Maxime Beauchemin , wrote:
> > The discussion https://github.com/apache/incubator-superset/issues/10418
> seems
> > to have converged without important disagreements.
> >
> > Let's VOTE!
> >
> > Max
> >
> > On Sun, Jul 26, 2020 at 11:03 PM Maxime Beauchemin <
> > maximebeauche...@gmail.com> wrote:
> >
> > > Please discuss this SIP (Superset Improvement Proposal) here:
> > > https://github.com/apache/incubator-superset/issues/10418
> > >
> > > Vote will take place if/when the discussion converges.
> > >
> > > Max
> > >
>


-- 
Aaron Suddjian, Software Engineer at Preset