Re: Superset update still calling old templates

2017-07-10 Thread Maxime Beauchemin
You probably have a zombie process serving an older version of the site. `pkill -f gunicorn` would kill all lingering gunicorn process. Or if you are using some daemon/service launcher you may have to kick it to make sure it restarts. At Airbnb we use runint/sv and systematically pkill gunicorn

Re: Superset update still calling old templates

2017-07-10 Thread Maxime Beauchemin
858-344-1104 > > *PourSafe is a division of **CivicArchive, Inc <http://civicarchive.com/> > * > > > On Mon, Jul 10, 2017 at 5:46 PM, Maxime Beauchemin < > maximebeauche...@gmail.com> wrote: > > > You probably have a zombie process serving an older version of

Re: logging in Superset

2017-07-08 Thread Maxime Beauchemin
You should be able to change the logging level of other python packages/modules in the normal prescribed way in python from within your `superset_config.py`. Max On Wed, Jul 5, 2017 at 5:35 PM, Yogesh Kumar wrote: > Hi, > Is there any way to enable verbose logging in

Re: Implication of the AFS's Facebook's [React] LICENSE + PATENT

2017-07-18 Thread Maxime Beauchemin
I opened a ticket with Apache legal's team here: https://issues.apache.org/jira/browse/LEGAL-320 Hoping for the best! Max On Mon, Jul 17, 2017 at 8:50 AM, Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Community, > > As per https://issues.apache.org/jira/browse/LEG

Re: build superset on mac

2017-07-19 Thread Maxime Beauchemin
Did you follow the OSx specifics documented here? http://superset.apache.org/installation.html On Wed, Jul 19, 2017 at 9:47 AM, Lian Jiang wrote: > I got the errors when running "python setup.py develop". Looks like some > platform compatibility issue. Any idea? Thanks. >

Re: cannot build superset

2017-07-19 Thread Maxime Beauchemin
`yarn` fixes that, I'm updating/fixing the docs in this PR: https://github.com/apache/incubator-superset/pull/3150/files On Tue, Jul 18, 2017 at 11:54 PM, Lian Jiang wrote: > By following these instructions: > > # assuming $SUPERSET_HOME as the root of the repo > cd

Re: building errors when running "npm run prod"

2017-07-24 Thread Maxime Beauchemin
The master build is broken because of that ssh error on mapbox-gl. I spent a few hours trying to get to bottom of it but haven't found a solution yet. If anyone has intuition on how to go about this one please help! Max On Mon, Jul 24, 2017 at 6:56 AM, David Bahia wrote:

Re: [EXTERNAL] Re: superset integration with any web application

2017-07-24 Thread Maxime Beauchemin
gt; > Murthy > > On 7/21/17, 9:36 AM, "Maxime Beauchemin" <maximebeauche...@gmail.com> > wrote: > > I'd say that we're limited to at the moment. Originally > Superset > was built as a standalone product. You can do quite a bit with > iFrames, but

Re: Funnel Analysis in Superset

2017-07-26 Thread Maxime Beauchemin
Personally I'm not a huge fan of the funnel visualizations out there as they're usually less clear than a simple bar chart. Proportions of trapezoids is a lot less clear than proportion of bars of equal widths. But, I'd welcome a good funnel visualization no the platform if someone was to

Re: Access data through curl

2017-06-29 Thread Maxime Beauchemin
There's not one clear answer here, it depends on the mode of authentication you use and whether you have enabled CSRF protection in your settings. Idk much about curl (I tend to use python's requests lib for this kind of things) but you'll probably need to start a session and login by doing a

Re: Superset

2017-06-27 Thread Maxime Beauchemin
Hi Laura, Thanks for reporting this. The docs website broke as we moved the repository over to the Apache Github organization as we were relying on github-pages. We're on top of it and the site should be up soon at http://superset.apache.org . You can follow the ticket we have open with Apache

Docs are up!

2017-06-28 Thread Maxime Beauchemin
The documentation is back up at https://superset.incubator.apache.org/ The previous version located at airbnb.io/superset has been down since we moved the Github repository over to the Apache organization. Max

Re: New visualization types

2017-07-05 Thread Maxime Beauchemin
Here's a recent example with comments: https://github.com/apache/incubator-superset/pull/3013 On Mon, Jul 3, 2017 at 8:52 AM, Giedrius Virbalas wrote: > Hello! > > How difficult is it to add new visualisation types to Superset? Are there > any docs / readme files I could

Re: building js failed in latest code

2017-08-08 Thread Maxime Beauchemin
same result. > > I am using MAC. Could this cause any issue? Thanks. > > On Tue, Aug 8, 2017 at 9:53 AM, Maxime Beauchemin < > maximebeauche...@gmail.com> wrote: > > > The master branch builds just fine on travis. The build runs `npm run > > build` but I don't think it sho

Re: building js failed in latest code

2017-08-08 Thread Maxime Beauchemin
Try upgrading yarn and rerun `yarn`? On Tue, Aug 8, 2017 at 10:50 AM, Lian Jiang <jiangok2...@gmail.com> wrote: > Same issue by using "npm run build". Am I the only one hitting this? > > On Tue, Aug 8, 2017 at 10:29 AM, Maxime Beauchemin < > maximebeauche...@gmail.

Re: resource version conflict when running "run_tests.sh"

2017-07-27 Thread Maxime Beauchemin
Try `pip install -e .` from the main folder. It's similar to `python setup.py develop`. If that doesn't work just go `pip install requests== 2.17.3` Max On Thu, Jul 27, 2017 at 6:58 PM, Frankie Zhou wrote: > Hi all, > > I successfully set up the Python dev environment

[RESULT] [VOTE] New committer: Riccardo Magliocchetti

2017-08-17 Thread Maxime Beauchemin
The vote has now closed. The results are: Binding Votes: +4 [TOTAL BINDING +1 VOTES] 0 [TOTAL BINDING +0/-0 VOTES] -0 [TOTAL BINDING -1 VOTES] The vote is ***successful***!

Re: Displaying data in the future

2017-06-20 Thread Maxime Beauchemin
You should be able to just type "30 days from now" and hit enter. We'll be shipping a better time range picker control soon. In the meantime you have to type in the free-form dropdown Max On Tue, Jun 20, 2017 at 9:08 AM, Cyril Le Mat wrote: > Hi everyone, > > We are

Re: Superset installation on Solaris 11 Sparc arch

2017-06-21 Thread Maxime Beauchemin
idk, but if you can run docker on that platform then you should be good. Max On Tue, Jun 20, 2017 at 11:02 PM, vin isr wrote: > Hi everyone, > > First of all, thank you for making superset available as opensource. It's a > super product, indeed. > Since i can't seem to find a

Re: Verbose variable names

2017-06-13 Thread Maxime Beauchemin
This is addressed in master for the `Table` viz and there's a PR open for Pivot Table. Fixes should be in the next version. Max On Tue, Jun 13, 2017 at 6:51 AM, Giedrius Virbalas wrote: > Hi all! > > A really quick one (hopefully). > > Is there a way to display verbose

Re: Superset workers

2017-09-11 Thread Maxime Beauchemin
Quick clarification that we use the term "worker" to designate 2 different things: gunicorn workers: if you decide to use gunicorn as your production server, you can define how many web server processes you want to kick off on each work. Note that you can fire off as many web servers as you want

Re: Annotations and Overlays

2017-09-23 Thread Maxime Beauchemin
Wait up! Grace and I have been working on annotations last week. Here's the backend part I wrote, Grace has code that shows one or many "annotation layers" on the nvd3 time series charts https://github.com/apache/incubator-superset/compare/master...mistercrunch:annotations?expand=1 Those are

Re: Database specific metric generation

2017-09-13 Thread Maxime Beauchemin
Sure, we put all the db-engine-specific code in this module: https://github.com/apache/incubator-superset/blob/master/superset/db_engine_specs.py So all you need to do is to implement a new method in BaseEngineSpec, maybe something named 'default_metric(type)' with the current global logic, and

Re: Superset on Production

2017-10-09 Thread Maxime Beauchemin
Do you have caching setup? http://superset.apache.org/installation.html#caching There's also an [undocumented] endpoint to warm up the cache if you'd rather automate that then doing it on the first dashboard load:

Re: LDAP group to Superset role mapping

2017-10-15 Thread Maxime Beauchemin
Authentication is provided by Flask App Builder. Superset is just exposing the framework's features. When you say you modified config.py, do you mean superset/config.py (in the Superset source code)? or your own local `superset_config.py`, which should contain only what you want to override out

Re: openID

2017-09-07 Thread Maxime Beauchemin
Look at the Flask App Builder documentation for more information. Max On Fri, Sep 1, 2017 at 6:22 PM, Russ Wilson wrote: > I had a quick question on setting up openID in superset. Where do we set > the Oauth ClientID and Secret? > > Thanks > Russ >

Re: Workers

2017-09-07 Thread Maxime Beauchemin
This defines how many worker processes should be started when firing the `superset runserver` command, same as `superset runserver -w 16` where 16 means 16 subprocesses serving pages. So it's the parallelism parameter on that one node. It should probably roughly match the number of CPUs on that

Re: New exploration UI

2017-09-12 Thread Maxime Beauchemin
Another option would be to have Swivel ship along with our build perhaps in a `contrib/` folder and a new `superset_config.py` option to switch it on or off, until we provide a best of both worlds experience. Curious to hear what the community thinks! Max On Tue, Sep 12, 2017 at 3:54 PM, Maxime

Re: Embeding Superset dashboard in Iframe

2017-09-09 Thread Maxime Beauchemin
d in iFrame? > > > > On Fri, Sep 1, 2017 at 3:01 PM, Yogesh Kumar <kumar.yogesh...@gmail.com> > > wrote: > > > >> Thanks Max. Works with charm! > >> > >> On Fri, Sep 1, 2017 at 1:48 PM, Maxime Beauchemin < > >> maximebeau

Re: D3 upgrade from V3 to V4?

2017-09-12 Thread Maxime Beauchemin
We haven't really looked into upgrading since nvd3 still depends on d3v3. We could have both deps but it's probably a good idea to have only one version of d3 in our builds. Will definitely bump once nvd3 moves up to v4. We've been pretty good about keeping our dependencies up-to-date. Max On

React, Apache and Superset!

2017-09-25 Thread Maxime Beauchemin
Superset community, As you know, Superset was in limbo at the Apache Software foundation because of the [unapproved] patents clause in attached to the React license. Now that FB has committed to release the next version of React (16) under a vanilla MIT license

Re: Unable to reflect css changes from custom less files on Superset UI

2017-09-28 Thread Maxime Beauchemin
Yes, I am running the webserver in debug mode. I tried using npm run > dev-fast also, however, I experienced the same behaviour. > > -Mohini > > On Thu, Sep 28, 2017 at 8:46 PM, Maxime Beauchemin < > maximebeauche...@gmail.com> wrote: > > > Also note the new `npm ru

Re: Unable to reflect css changes from custom less files on Superset UI

2017-09-28 Thread Maxime Beauchemin
Also note the new `npm run dev-fast` command that builds subsequent builds much faster (but the small downside is that it has sightly less precise source maps). Max On Thu, Sep 28, 2017 at 8:15 AM, Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Are you running the web server

Re: Unable to reflect css changes from custom less files on Superset UI

2017-09-28 Thread Maxime Beauchemin
Are you running the web server in debug mode? `superset runserver -d` Max On Thu, Sep 28, 2017 at 3:47 AM, Mohini Srivastava wrote: > Hi, > > I am facing issues while making changes/additions to the less files and > getting that reflected on the Superset UI. > > 1. I

Re: What is git's repo/tag/branch of Pypi 0.20.0 ?

2017-10-03 Thread Maxime Beauchemin
It appears some tags/branches got deleted, I'm unclear where the deletion is coming from. Maybe there's an Apache org policy on the repo preventing/deleting branches? It looks like my most recent tag push is sticking. https://github.com/apache/incubator-superset/releases Max On Mon, Oct 2, 2017

Re: Development environment question

2017-09-25 Thread Maxime Beauchemin
CONTRIBUTING.md is where the instructions are: https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#setting-up-a-python-development-environment Though it's a standard Flask/Python setup. Max On Fri, Sep 22, 2017 at 11:14 AM, COLLIER, THOMAS CERVANTES [AG/1005] <

Re: Druid metrics are not automatically detected in Superset

2017-09-25 Thread Maxime Beauchemin
At Airbnb we have an internal framework to load data into Druid, and we use the metadata needed by the framework to maintain the Druid datasource metadata in Superset (as opposed to running the auto-refresh). That means the auto-refresh logic was kind of orphaned by us so it's not as great as it

Re: Connecting to mysql 5.6.35 from superset

2017-08-28 Thread Maxime Beauchemin
Looks like an old bug from previous versions specific to the "Table" visualization when no columns were selected. Is that the case? Max On Mon, Aug 28, 2017 at 5:18 AM, Erisa Dervishi < erisa.dervi...@soundtrap.com> wrote: > My datamart is in an old mysql db (5.6.35). I am able to setup the db

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Maxime Beauchemin
The Apache mailing list doesn't support images, you have to share links to images :( It seems like an issue with date casting, not subquery per-se. I'm guessing you are following the [Visualize] button in SQL Lab? Support for BigQuery in Superset is probably coming short in this case. The good

Re: Visualizing data from Bigquery in Superset

2017-08-23 Thread Maxime Beauchemin
VE > > > > On Wed, Aug 23, 2017 at 5:10 PM Jonathan Yeo <jonn...@gmail.com> wrote: > > > I have a bit of experience. I'll take a look and get back to you. > > > > +Matt, a super awesome engineer. > > > > Thanks for the quick reply! :) > > >

Re: Embeding Superset dashboard in Iframe

2017-09-01 Thread Maxime Beauchemin
url + '?standalone=true' On Fri, Sep 1, 2017 at 1:02 PM, Yogesh Kumar wrote: > Hi, > I'm trying to embed superset dashboard with url: > `https:///superset/dashboard/userdaily/` > > This works fine but now iFrame shows top header of this page. Is there any > way to

Re: Druid datasource refresh timing out

2017-08-29 Thread Maxime Beauchemin
Your webserver is timing out. You could increase your web server timeout (`SUPERSET_WEBSERVER_TIMEOUT = 120`) or better, you can refresh your Druid datasources using the cli command `superset refresh_druid`. Max On Tue, Aug 29, 2017 at 4:40 PM, Yogesh Kumar wrote: >

Re: Druid datasource refresh timing out

2017-08-29 Thread Maxime Beauchemin
secs. Will try cli command. > > For understanding: Does it matter if I disabled some of the datasources in > druid after metadata is already fetched in superset earlier? In such > scenario, do I need to clean Superset manually or refresh_metadata takes > care of cleanup? > >

Moving on to Lyft

2017-10-25 Thread Maxime Beauchemin
Hi all, Quick note to say that I recently left Airbnb and will be joining Lyft on the 30th of this month. First I want to thank the amazing folks at Airbnb for enabling and sponsoring the open source projects I’ve been working on over the past 3 years there. Airbnb has invested a lot in both

Re: Superset giving 502 bad gateway error on BYOD devices.

2018-05-04 Thread Maxime Beauchemin
Anyway you can use an http load balancer more like ELB? >From the Azure docs @ https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview Azure provides a suite of fully managed load-balancing solutions for your scenarios. If you are looking for Transport Layer Security (TLS)

Superset 0.25.0 is out!

2018-05-08 Thread Maxime Beauchemin
Hey all, `0.25.0` is fresh out of the oven on Pypi Here's a link to the change log: https://github.com/apache/incubator-superset/blob/master/CHANGELOG.md Note that this version has breaking changes, make sure to read https://github.com/apache/incubator-superset/blob/master/UPDATING.md before

Re: Should I open a github issue?

2018-06-07 Thread Maxime Beauchemin
SQL Lab uses the browser's "local storage" (similar to cookies, limited to 1MB I think), you can go and delete that from your browser the same way you delete cookies. SQL Lab should be responsive again. Seems like 10k rows shouldn't be an issue but you may want to tweak your `superser_config.py`

Superset Meetup in SF on July 17th

2018-06-18 Thread Maxime Beauchemin
Hey all, We're happy to announce the first Apache Superset meetup in SF at Lyft HQ on July 17th. Find all the information and RSVP at the link bellow. https://superset.splashthat.com/ Hoping to see you there, Max

Re: brand-primary color

2018-06-13 Thread Maxime Beauchemin
PM Jeff Feng wrote: > > > + Eli & Airbnb development team on Superset > > > > On Mon, Jun 11, 2018 at 10:36 AM Maxime Beauchemin < > > maximebeauche...@gmail.com> wrote: > > > >> Hey, > >> > >> I've noticed the new sweet [purpl

brand-primary color

2018-06-11 Thread Maxime Beauchemin
Hey, I've noticed the new sweet [purple] loading spinner in master and wanted to bring up a conversation about our primary color (currently turquoiseish). I'm reading from previous conversations and recent mock-ups that Airbnb wants to change the color-primary [from the current color that is

Re: [PSA] New Superset Dashboard Experience 

2018-06-27 Thread Maxime Beauchemin
This is amazing. Great work Airbnb team! >From a release standpoint I'm thinking 0.17.0 will be cut pre-new-dashboard merge, meaning we'll let this stabilize in master and aim at 0.18.0 for this feature. 0.18.0 doesn't have to be far in the future though, we can make sure it gets rolled out

Re: Apache Superset on Amazon Cloud

2018-08-15 Thread Maxime Beauchemin
Do you mean the database configuration entries in the Superset database? Those are stored in the metadata database, and the config key SQLALCHEMY_DATABASE_URI defines where that lives. Either your configuration changed, or the database changed. Note that by default Superset uses a sqlite

Superset 0.27.0rc1 is out **dashboard migration required**

2018-08-12 Thread Maxime Beauchemin
Superset community, This is to let you know that 0.27.0rc1 is out, and that 0.27.x will be a branch allowing users to migrate their dashboards from dashboard v1 to v2. A bit of background: the team at Airbnb has been doing amazing work around completely re-designing and re-writing the dashboard

Re: Superset 0.27.0rc1 is out **dashboard migration required**

2018-08-21 Thread Maxime Beauchemin
Without any feedback from the community I'm releasing 0.27.0 as copy of 0.27.0rc1. Planning on releasing 0.28.0 sometime this week. Max On Sun, Aug 12, 2018 at 11:33 AM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Superset community, > > This is to let you know

Re: ASF release process

2018-09-01 Thread Maxime Beauchemin
Hi Justin, We have yet to come up with our first Apache release. We're having issues wrapping our heads around how to come up with our LICENSE file given the number of dependencies we have on the Javascript side. Since we package the JS bundle along with our Python application, it seems like

Re: ASF release process

2018-09-04 Thread Maxime Beauchemin
his in our report. Also, we should > > generate specific targeted questions and/or asks of the mentors. > > > >> On Sep 1, 2018, at 2:15 PM, Maxime Beauchemin < > maximebeauche...@gmail.com> wrote: > >> > >> Hi Justin, > >> > >> We hav

Re: How to Contribute to Superset?

2018-09-05 Thread Maxime Beauchemin
I agree that we need a dedicated project site on top of the documentation we currently have. In the meantime and as a quick fix I added a "Resources" section to the main page of the docs with pointers to Github, our CONTRIBUTING.md and links to the mailing list.

Our first Superset Apache release

2018-09-04 Thread Maxime Beauchemin
Hi all, Superset has been incubating at the ASF for quite a while now, and we have yet to come up with our first official Apache release. We need a clear plan and timeline to execute in that direction. A few first steps I can see to go in that direction: * start [VOTE] threads on upcoming Pypi

Re: Our first Superset Apache release

2018-09-05 Thread Maxime Beauchemin
Justin thanks for the input. For context, Superset ships as a Python [Flask] backend and a Javascript frontend web app. Currently we distribute a package on Pypi that contains minified Javascript bundles. The product can't really work do much without the Javascript, only the "data access layer"

Re: Our first Superset Apache release

2018-09-08 Thread Maxime Beauchemin
This is helpful. Can the convenience release contain unaproved or unclear licenses if they are explicitely laid out as per the package metadata? I have found many of our JS lib have unclear licenses. Strings like "MIT or GPL" or "BSD*" which when digging means something like "BSD with LLVM

Re: Setting up SLAs at DAG and Job level

2018-04-18 Thread Maxime Beauchemin
This is the Superset mailing list, not the Airflow one... On Tue, Apr 17, 2018 at 5:53 PM, Yogesh Kumar wrote: > Hi Devs, > Is there any way to do that based on actual start-date of DAG instance > rather than based on execution_date? I have multiple scenarios of >

Re: [VOTE] Deprecate support for Python <3.6

2018-10-05 Thread Maxime Beauchemin
n users@, to gauge > the > > user community's take. > > > > > On Sep 21, 2018, at 12:51 AM, Maxime Beauchemin < > > maximebeauche...@gmail.com> wrote: > > > > > > Since Superset is a product, and not a library, people have the luxury >

Re: Hello, modern world.

2018-10-16 Thread Maxime Beauchemin
_ _ ___ ___ | | | |/ _ \/ __| | |_| | __/\__ \ \__, |\___||___/ __/ | |___/ On Tue, Oct 16, 2018 at 2:49 PM Superset Saurus wrote: > Excited to join the Superset Community. > > Is this mailing list working? > >boing boing boing > e-e . - .

Re: [SIP-0] Vote

2018-10-24 Thread Maxime Beauchemin
FYI https://community.apache.org/committers/voting.html On Wed, Oct 24, 2018 at 1:59 PM Beto Dealmeida wrote: > Hi, all. > > I would like to call a vote on SIP-0, "Superset Improvement Proposals": > > https://github.com/apache/incubator-superset/issues/5602 > > Beto > >

Re: [SIP-0] Vote

2018-10-24 Thread Maxime Beauchemin
+1 On Wed, Oct 24, 2018 at 2:30 PM Chris Williams wrote: > +1 > > Chris > > Data Visualization > San Francisco > > > On Wed, Oct 24, 2018 at 2:29 PM John Bodley .invalid> > wrote: > > > +1 > > > > On Wed, Oct 24, 2018 at 2:02 PM Krist Wongsuphasawat < > > krist.wo...@gmail.com> > > wrote: > >

Re: Helping Superset grow into an Apache community

2018-10-26 Thread Maxime Beauchemin
One of the main challenge/blocker to date has been around crafting our LICENSE.txt file, and keeping it up to date as our JS dependency tree is massive, deep and very dynamic. It seemed like we have to do this programmatically. I started writing a script to do so a little while back and was

Re: Helping Superset grow into an Apache community

2018-10-26 Thread Maxime Beauchemin
e's ongoing work to ship all visualizations as plugins, so that we can keep this out of the source releases. Max On Fri, Oct 26, 2018 at 11:22 AM Alan Gates wrote: > Responses inlined. > > On Fri, Oct 26, 2018 at 8:57 AM Maxime Beauchemin < > maximebeauche...@gmail.com> wrot

[DISCUSS] [SIP-14] remove dependency on "yarn" package in favor of "npm"

2018-10-29 Thread Maxime Beauchemin
If you have an opinion on this topic, please subscribe and discuss on Github at this URL: https://github.com/apache/incubator-superset/issues/6217

Re: [VOTE] SIP-12 Proposal for Branch Management and Release Process

2018-11-12 Thread Maxime Beauchemin
+1 On Mon, Nov 12, 2018 at 10:59 PM Chris Williams wrote: > +1 > > Chris > > Data Visualization > San Francisco > > > On Mon, Nov 12, 2018 at 9:21 PM John Bodley .invalid> > wrote: > > > Hi, > > > > I would like to call a vote on [SIP-12] Proposal for Branch Management > and > > Release

Re: [Vote] SIP-13: Proposal for Code Review Process

2018-11-08 Thread Maxime Beauchemin
+1 On Thu, Nov 8, 2018 at 3:53 PM John Bodley wrote: > +1 > > > On Nov 8, 2018, at 3:05 PM, Grace Guo > wrote: > > > > +1 > > > > - Grace > > > > > >> On Nov 8, 2018, at 10:59 AM, Krist Wongsuphasawat < > krist.wo...@gmail.com> wrote: > >> > >> Hi dev@superset, > >> > >> I would like to call a

Re: Question on the CODE_OF_CONDUCT.md file

2018-11-14 Thread Maxime Beauchemin
It was created using Github's template. Here's the original PR: https://github.com/apache/incubator-superset/pull/3991 Is there an ASF-approved template we can use? Max On Wed, Nov 14, 2018 at 11:57 AM Alan Gates wrote: > Reading through this it read as if it came from pre-Apache days (since

Re: Introduction and offer to help with mentoring

2018-10-05 Thread Maxime Beauchemin
Very glad to have you on board Alan! Let's revive the thread titled "Our first Apache release". I'd love more mentor input on the topic. Max On Thu, Oct 4, 2018 at 10:47 PM Stephanie Rivera wrote: > Welcome Alan!!! Thanks for joining us > > Cheers, > > Stephanie > > > *Stephanie Rivera* |*

[VOTE] Deprecate support for Python <3.6

2018-09-20 Thread Maxime Beauchemin
Since Superset is a product, and not a library, people have the luxury to pick which version of Python they desire when setting up Superset. Supporting 2.7 has been a burden and we have to look into the future. Arguments for this: * take advantage of py2.7...py3.6 features * type annotations

Re: ASF project maturity model

2018-09-20 Thread Maxime Beauchemin
Justin, It seems to me like the maturity model doc goes beyond what's required for graduation. Quoting the doc: > "It might be useful for top-level ASF projects to regularly assess their maturity based on this model, but this is not a requirement at this time." It seems to imply that top-level

Re: ASF project maturity model

2018-09-20 Thread Maxime Beauchemin
Started filling int he checklist here: https://github.com/apache/incubator-superset/issues/5951 On Thu, Sep 20, 2018 at 5:15 PM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Justin, > > It seems to me like the maturity model doc goes beyond what's required for > g

Image test

2018-12-18 Thread Maxime Beauchemin
Anecdotally saw an image come through on another ASF mailing list so I wanted to run a test here: [image: image.png] Max

Re: incubator-superset commit process

2018-12-20 Thread Maxime Beauchemin
Hi Lahiru, Here's the best resource as to how we're planning on working around releases in the future: https://github.com/apache/incubator-superset/issues/6131 Keep in mind that: * we have yet to come up with our first ASF-approved release * in the meantime, we're refraining from pushing out

Pre-apache convenience releases

2018-12-01 Thread Maxime Beauchemin
How should we go about the pre-Apache release process? We have `0.29.0rc5` that would be ready for a vote. This would be a convenience release to PyPI.org. Max

Re: Question on the CODE_OF_CONDUCT.md file

2018-11-16 Thread Maxime Beauchemin
code I > think we should seek guidance from the incubator PMC on how best to do > that. I'm happy to help start that discussion in the incubator PMC if > that's what the community wants. > > Alan. > > On Wed, Nov 14, 2018 at 12:21 PM Maxime Beauchemin < > maximebeauche...@

Re: Question on the CODE_OF_CONDUCT.md file

2018-11-16 Thread Maxime Beauchemin
this change! Max On Fri, Nov 16, 2018 at 3:57 PM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Here's a PR linking to the ASF's code of conduct: > https://github.com/apache/incubator-superset/pull/6406, it will look like > this: > https://github.com/mistercrunch/sup

Re: New Committer: Krist Wongsuphasawat

2018-11-20 Thread Maxime Beauchemin
Well deserved, welcome on board Krist! On Tue, Nov 20, 2018 at 9:01 AM Michelle Thomas wrote: > Congrats Krist!! > > On Tue, Nov 20, 2018 at 6:17 AM Stephanie Rivera > > wrote: > > > < > > > https://chrome.google.com/webstore/detail/bitmoji/bfgdeiadkckfbkeigkoncpdieiiefpig > > > > > Cheers, >

Re: [VOTE] release Superset 0.29.0rc7 as 0.29.0 to Pypi

2019-01-08 Thread Maxime Beauchemin
-foundation-to-launch-new-tooling-project-to-improve-open-source-compliance/ On Tue, Jan 8, 2019 at 4:12 PM Maxime Beauchemin wrote: > Thanks for the input Justin, we should refrain from pushing anything to > Pypi until we figure things out then. The RC process should only rely on > r

Re: [VOTE] release Superset 0.29.0rc7 as 0.29.0 to Pypi

2019-01-07 Thread Maxime Beauchemin
Hi Bolke, Thanks for the thoughtful notes here. I like the idea of sticking to release candidate or "devN" packages on pypi for this, personally I think that's acceptable. About headers, I have a PR out here https://github.com/apache/incubator-superset/pull/5800. I ended up writing a small

[VOTE] release Superset 0.29.0rc7 as 0.29.0 to Pypi

2019-01-04 Thread Maxime Beauchemin
Hello, This is not an attempt to make an official ASF release, but just to push what we have in 0.29.0rc7 as 0.29.0 on Pypi. The latest we have in Pypi is 0.28.1 and it's old and not a great release. The question is whether it's ok to make a non-ASF release at this time? I'm thinking we can

Testing embedded image

2019-01-11 Thread Maxime Beauchemin
[image: Screen Shot 2019-01-09 at 5.26.51 PM.png]

Test image as attachment

2019-01-11 Thread Maxime Beauchemin

Re: [VOTE] release Superset 0.29.0rc7 as 0.29.0 to Pypi

2019-01-12 Thread Maxime Beauchemin
now you worked on > ‘rodent’ but it is incomplete as of yet. You know I like your ‘kids’, but > maybe this one you should not adopt ;-)? Also Rat is understood by the IPMC > which just makes the process smoother. > > Cheers > Bolke > > > > > On 7 Jan 2019, at 22:45,

Re: Notes from Superset Meetup 2018-09-07

2018-09-18 Thread Maxime Beauchemin
About the project site, we do have one here http://superset.apache.org/ . We were discussing wether we need a separate [more "promotional"] site separate from the docs. I think we have most of what's required of podling websites already on the existing site. About Slack, I'd say most of the

Re: Our first Superset Apache release

2018-09-18 Thread Maxime Beauchemin
I did some work in unfolding the JS dependency tree and classifying it by license string here: https://github.com/apache/incubator-superset/pull/5801 Highlighting the JS libs that would need more research: 'MIT*': {'expect.js', 'mapbox-gl',

Re: Notes from Superset Meetup 2018-09-07

2018-09-18 Thread Maxime Beauchemin
The Github activity was spamming the list, making it unusable for other purposes (conversations, announcements). Our Github is very active, so we moved the Github activity to here https://lists.apache.org/list.html?notificati...@superset.apache.org Good to see

Re: Notes from Superset Meetup 2018-09-07

2018-09-18 Thread Maxime Beauchemin
projects? I managed to get the Superset logos here though https://svn.apache.org/repos/asf/comdev/project-logos/originals/ Thanks again for the guidance Justin! Max On Tue, Sep 18, 2018 at 8:40 AM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > The Github activity was spamming

Re: Image test

2018-12-19 Thread Maxime Beauchemin
I commented on the JIRA about switching the default to support images and perhaps retroactively switching all projects to support images. Max On Wed, Dec 19, 2018 at 3:10 PM Jeff Feng wrote: > Hi Justin, > > Thanks for the tip. I've created an Infra ticket at >

Re: The state of releases

2019-03-27 Thread Maxime Beauchemin
ry run. > > > > Ville > > > > ‐‐‐ Original Message ‐‐‐ > > On Wednesday, 27 March 2019 07:22, Maxime Beauchemin < > > maximebeauche...@gmail.com> wrote: > > > > > I'm still wondering what to do with my Apache release attempt, we're > now &

Re: Protecting "release--.*" branches

2019-03-24 Thread Maxime Beauchemin
evolves. Happy to revert if needed. Max On Sun, Mar 24, 2019 at 9:30 PM Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > Yes sorry I got confused as I had noticed `release--0.31` and assumed > SIP-12 said `release--`. > > I altered the Jira to `release.*` > > On Su

[DISCUSS] Best place for questions / answers

2019-04-03 Thread Maxime Beauchemin
In this issue https://github.com/apache/incubator-superset/issues/7160 about sorting / closing our PRs and Github issues, there's a subtopic about how to handle questions. It'd be nice to separate the channels for: * announcements / conversations / votes / design reviews / [DISCUSS] (ASF mailing

Re: [DISCUSS] Best place for questions / answers

2019-04-03 Thread Maxime Beauchemin
; > > > > > > > > > First post here. I have been lurking around for sometime (with > the > > > > > > intention to evaluate Superset someday) > > > > > > > > > > > > Discourse seems to be the Q cool kid these da

Re: Migrating legacy filters to ad-hoc filters (Slices filter disappear after metadata DB upgrade)

2019-04-04 Thread Maxime Beauchemin
While we sort out releases, I'd recommend pushing through to the latest commit on the "release--0.31". Is it a possibility for you to do that and report on the state of filters? Max On Thu, Apr 4, 2019 at 12:24 AM rskapil...@gmail.com wrote: > > Hi, > > We've upgraded the Superset from 0.15 to

FAB - New REST API in the works

2019-04-04 Thread Maxime Beauchemin
Hey! [I sent a similar email to the Airflow community earlier, sorry if you got this twice] I wanted to point out that there's awesome work taking place in FAB around a new REST API provided by the framework, and ways to extend it. Daniel Gaspar (cced) is working on this currently, and looking

Re: [HELP!] Please close your stale issues and PRs 

2019-03-29 Thread Maxime Beauchemin
Thank you Krist for bringing this up. Our repo needs more TLC! I did a pass on old issues I created a long time ago and one some PRs (closed dozens of things). The overall workload is monumental and it may really help to have bots auto-commenting and closing stale issues and PRs that aren't

Protecting "release--.*" branches

2019-03-23 Thread Maxime Beauchemin
Hi all, As discussed, here's the request to protect release branches: https://issues.apache.org/jira/browse/INFRA-18082 Max

  1   2   3   >