-
Notifications
You must be signed in to change notification settings - Fork 271
plugin-chart-table not using new API? #859
Comments
We are in the process of migrating it to the new API. The table chart was completely rewritten recently but the API was kept the same as the first iteration. |
Do you know when the migration towards the new API for this particular table chart plugin will be finished? When switching to the new API, I always get "No records found" (although there is a response containing result data according to dev console). Also switching from agg to raw queryMode seems not to be recognized.. |
Before EOY. |
Okay, great. |
Any update on this one? |
I'm having the same problem, any news? I always get no records found... |
Hi, the table chart has been migrated to the new API: #889 We are still actively working on this chart, so feel free to report any bugs you saw or other feature requests for the table chart in the main Superset repo: https://github.com/apache/superset/issues |
The README.MD states:
@superset-ui/plugin-* packages are newer and 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/, a new generic endpoint instead meant to serve all visualizations, instead.
But according to
https://github.com/apache-superset/superset-ui/blob/master/plugins/plugin-chart-table/src/index.ts#L31
it's still using the legacy api (viz.py) ?
I would expect that it uses the new api as stated in the doc.
The text was updated successfully, but these errors were encountered: