Skip to content

Commit

Permalink
refactor: Moves the Explore form_data endpoint (apache#18151)
Browse files Browse the repository at this point in the history
* refactor: Moves the Explore form_data endpoint

* Removes unused imports

* Fixes openapi schema error

* Fixes typo

* Renames and UPDATING.md
  • Loading branch information
michael-s-molina authored and shcoderAlex committed Feb 7, 2022
1 parent a5890c6 commit 8be7fc6
Show file tree
Hide file tree
Showing 27 changed files with 803 additions and 578 deletions.
1 change: 1 addition & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ assists people when migrating to a new version.

- [17589](https://github.com/apache/incubator-superset/pull/17589): It is now possible to limit access to users' recent activity data by setting the `ENABLE_BROAD_ACTIVITY_ACCESS` config flag to false, or customizing the `raise_for_user_activity_access` method in the security manager.
- [17536](https://github.com/apache/superset/pull/17536): introduced a key-value endpoint to store dashboard filter state. This endpoint is backed by Flask-Caching and the default configuration assumes that the values will be stored in the file system. If you are already using another cache backend like Redis or Memchached, you'll probably want to change this setting in `superset_config.py`. The key is `FILTER_STATE_CACHE_CONFIG` and the available settings can be found in Flask-Caching [docs](https://flask-caching.readthedocs.io/en/latest/).
- [17882](https://github.com/apache/superset/pull/17882): introduced a key-value endpoint to store Explore form data. This endpoint is backed by Flask-Caching and the default configuration assumes that the values will be stored in the file system. If you are already using another cache backend like Redis or Memchached, you'll probably want to change this setting in `superset_config.py`. The key is `EXPLORE_FORM_DATA_CACHE_CONFIG` and the available settings can be found in Flask-Caching [docs](https://flask-caching.readthedocs.io/en/latest/).

## 1.4.0

Expand Down
259 changes: 0 additions & 259 deletions superset/charts/form_data/api.py

This file was deleted.

35 changes: 0 additions & 35 deletions superset/charts/form_data/commands/create.py

This file was deleted.

37 changes: 0 additions & 37 deletions superset/charts/form_data/commands/delete.py

This file was deleted.

44 changes: 0 additions & 44 deletions superset/charts/form_data/commands/get.py

This file was deleted.

Loading

0 comments on commit 8be7fc6

Please sign in to comment.