-
Notifications
You must be signed in to change notification settings - Fork 14.1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dashboard/dataset export raises schema issues #17199
Comments
Looks like this is issue in one of Superset dependencies. Here is request url that swagger compose:
|
Thank for your reply, |
Try this instead : |
yes, you are right, the API work if do url encode my myself, the there must be some swagger bug. |
after I manually fixed this error, the import/create API aways get ERROR: |
This endpoint is expecting |
@dpgaspar - wondering if you found a solution to this. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
A clear and concise description of what the bug is.
How to reproduce the bug
Expected results
get 200 without error
Actual results
When I use swagger for testing dataset export API in
mysupersite.com/swagger/v1
under the dataset/export part, after putting 1 in the 'q' filed, I'm getting this error:
{
"message": "Not a valid rison schema '1' is not of type 'integer'\n\nFailed validating 'type' in schema['items']:\n {'type': 'integer'}\n\nOn instance[0]:\n '1'"
}
Screenshots
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
I'm using the Admin user
The text was updated successfully, but these errors were encountered: