davide-malagoli commented on issue #6785: Projected Release Date for 0.29 URL: https://github.com/apache/incubator-superset/issues/6785#issuecomment-500747326 I think they encountered some License problem, they are asking for volunteering, see [this thread](https://lists.apache.org/thread.html/5ca9bef3454dfb14b0328b0303109e6bf9747c5d2c688b42939ff169@%3Cdev.superset.apache.org%3E) in the @dev list. >From: Alan Gates ... Running the above on the modules in setup.py, I see that the vast majority are BSD, MIT, Apache, or PSFL, all of which are fine. The ones that aren't in that category are: certifi MPL-2.0: This is ok, as it's binary chardet LGPL Not Ok click UNKNOWN jsonschema UNKNOWN python-dateutil Dual License python-dotenv UNKNOWN python-geohash UNKNOWN python3-openid UNKNOWN >The MPL one is fine since it's included in binary form. The unknown and dual license need some digging to determine what they are. chardet, the LGPL one, is not ok. ... >From: Maxime Beauchemin @community, it'd be great if someone could volunteer to do this (making the python library "requests" an optional dependency). It appears it's used in its simplest form in a few places (requests.get) which should be easy to replace with urrlib2. The Druid connector uses a more advanced feature (basic auth), but that could be made just an optional dependency, as we're deprecating the Druid connector, to be replaced by the SQLAlchemy Druid connector/dialect. There it's just a matter of moving `pydruid` and `requests` to the "extra_requires" section of our setup.py, and doing late imports. ...
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
