superset
superset copied to clipboard
Apache Superset is a Data Visualization and Data Exploration Platform
*ModuleNotFoundError: No module named 'werkzeug.wrappers.etag' #20723* #### How to reproduce the bug Install using pip on Ubuntu with python 3.9 Get to this point as per instructions: `$HOME/venv/superset/2.0.0/bin/superset db upgrade`...
## The embedded dashboard auto reloads very often (every few seconds) making it almost unusable. Please consider adding a global variable to control this behavior. ### Environment - browser type...
### SUMMARY Move Welcome (Home) page into SPA. Use `GenericLink` for Welcome page. If `LOGO_TARGET_PATH` is None we use React `Link` for it otherwise we html ` ` ### BEFORE...
### SUMMARY This PR improves mainly the gauge chart: - include enhancements from https://github.com/apache-superset/superset-ui/pull/1070 - improve codebase - fix the problem of the gauge chart getting cut off. ### BEFORE/AFTER...
### SUMMARY This PR fixes the problem that sort-by control not working in the handlebar chart. - use `normalizeOrderBy` to normalize the value of sort-by control - only make sort-descending...
### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### before  #### after ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature...
fix #20873 issues. ### SUMMARY sql_json API has two required fields: - sql: string - database_id: integer We need to validate these fields if they are `None` and send user...
We use postman/insomnia http client to call/test all superset API. And we found that `/superset/sql_json/` API don't have validation for required fields. For example if we don't provide `sql` field...
Fix #19986 issue when a user tries to install superset using Python 3.10 because pyarrow 5.0.0 doesn't have a wheel for Python 3.10 ### SUMMARY In order to use Python...
We have some dashboard developed in v1.5.0. After we upgrade the dashboard into v2.0.0, and use the /dashboard/export API endpoint to export the dashboards, there are unreadable characters in the...