jackyq2015 commented on issue #8685: How is viz.py works URL: https://github.com/apache/incubator-superset/issues/8685#issuecomment-559502827 I also want to do the similar thing. All the UI code is under: https://github.com/apache-superset/superset-ui-plugins Also in the readme page you can see their recommendation: ``` @superset-ui/legacy-* packages are extracted from the classic Apache Superset and converted into plugins. 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. Also should be written in Typescript. ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
