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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
