-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 Filters for Mysql datasource #2615
Comments
Anything interesting in the logs? |
nothing, logs show SQL queries without any where clauses. |
Are the columns checked ad "filterable"? |
No, I did not make the fields Filterable earlier. 'int' object has no attribute 'strip' |
@kkalyan care to provide a full stacktrace please? |
stack trace
|
Fixed with #2671 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dashboard filters work seamlessly for Druid, but not for databases.
Superset version
0.17.4
Expected results
Clicking on user_id or product_id would refresh orders table.
Actual results
tables does not get refreshed.
Steps to reproduce
create mysql database withe following tables.
create 3 slices with 'table filter' selected and add them to dashboard.
clicking on any of the cells, does not refresh rest of the tables.
@mistercrunch @ascott
The text was updated successfully, but these errors were encountered: