Maxime Beauchemin
Maxime Beauchemin
Even though SparkSQL is supposed to be compatible with HQL, `SHOW TABLES` returns two fields (schema, table) instead of one for Hive/HQL (table). This code change should work in either...
A few minor changes: - Allowing for `spline` "kind" - Allowing for stacked column charts - Allowing for "plotOptions.series.compare" charts: http://api.highcharts.com/highstock#plotOptions.series.compare
@noahmorrison ! I'd like to offer you help maintaining this library. I'm the original creator of [Apache Superset](https://superset.apache.org) and [Apache Airflow](https://airflow.apache.org), and currently looking to use `chevron` in Superset as...
### DRAFT / WIP. This is WiP towards documenting the process of developing and using plugins. I'm trying to create simple template for people to follow to create more ambitious...
💔 Breaking Changes 🏆 Enhancements 📜 Documentation 🐛 Bug Fix 🏠 Internal
💔 Breaking Changes 🏆 Enhancements 📜 Documentation 🐛 Bug Fix 🏠 Internal
### SUMMARY A while back we had a Superset bot that live in some hosted app that would listen for events and do things. Now that GH actions have evolved,...
### SUMMARY Recently with https://github.com/apache/superset/pull/27867 (upgrading) pylint, we discovered that many python-related checks that should have run didn't run. The conditional execution system was uneven and showing different issues. This...
### SUMMARY Following up on https://github.com/apache/superset/pull/27859, where I introduced a new file `pyproject.toml` to set up the python project metadata, here I'd like to consolidate and modernize further by pushing...
### SUMMARY In this PR: - simplifying the single-item matrix (python-version) to NOT using a matrix. I'm guessing the reason we currently have a single-item matrix is an artifact of...