From 7e075701562572e857ab404474fe9cbfa80113ce Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 14 Sep 2019 17:41:20 -0700 Subject: [PATCH] docs: clarify legacy vs non-legacy in README (#200) --- plugins/superset-ui-plugins/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/superset-ui-plugins/README.md b/plugins/superset-ui-plugins/README.md index ab1a874a48..30cbef954b 100644 --- a/plugins/superset-ui-plugins/README.md +++ b/plugins/superset-ui-plugins/README.md @@ -10,6 +10,10 @@ These packages are extracted with minimal changes (almost as-is). They also depend on legacy API (`viz.py`) to function. `@superset-ui/plugin-*` packages are newer and has higher quality in general. +A key difference that they do not depend on `viz.py` +(which contain visualization-specific python code) and interface with +`/api/v1/query/` instead: a new generic endpoint instead meant to +serve all visualizations. We are not accepting pull requests for new community-contributed plugins to be merged into this repository at the moment. We will keep it lean for now to improve the standard and reduce operational load on maintenance.