You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/10/22 16:29:34 UTC

[GitHub] [superset] StpMax commented on issue #17199: dashboard/dataset export raises schema issues

StpMax commented on issue #17199:
URL: https://github.com/apache/superset/issues/17199#issuecomment-949784563


   Looks like this is issue in one of Superset dependencies. Here is request url that swagger compose:
   ```
   /api/v1/dataset/export/?q=%5B%221%22%5D
   ```
   `%5B%221%22%5D` is really `["1"]`. Value send as string, instead of integer. I tend to think that the issue is in `flask-appbuilder` or in swagger itself.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org