-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
添加MySQL数据库后查询报错 #31628
Comments
Hello @niniinnini, I'm here to assist you with any bugs, questions, or contributions you have for Superset. Let me know how I can help! The 422 Unprocessable Entity error when querying datasets in Superset can be caused by several issues related to dataset validation and processing. Here are some potential causes:
To resolve this issue, you should check the dataset configurations and ensure that all required fields are correctly set. Additionally, verify that the database and table names are correct and that there are no duplicate columns or metrics. If the error persists, reviewing the server logs for more detailed error messages might provide further insights into the specific validation that is failing. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
Bug description
fetch-retry.umd.js?424d:75 GET http://localhost:3000/api/v1/dataset/?q=(order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:25) 422 (UNPROCESSABLE ENTITY)
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: