superset icon indicating copy to clipboard operation
superset copied to clipboard

Apache Superset is a Data Visualization and Data Exploration Platform

Results 1531 superset issues
Sort by recently updated
recently updated
newest added

*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`...

installation:pip

## 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...

#bug

### 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...

size/XS

### 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...

size/M

### 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...

size/S

### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### before ![image](https://user-images.githubusercontent.com/11830681/183293077-379d80bc-8ae7-42ba-9425-b2641bf97dc1.png) #### after ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature...

size/XS

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...

size/M

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...

#bug

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...

size/M

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...

#bug