villebro commented on pull request #15225: URL: https://github.com/apache/superset/pull/15225#issuecomment-865656877
I am unable to reproduce this problem. I created a datasource with the following columns:  When I check the available datatypes in for the datasource in the Dashboard view in Redux, they show up correctly (check `column_types`, where `0 == GenericDataType.NUMERIC`, `1 == GenericDataType.STRING`, `2 == GenericDataType.TEMPORAL`, `3 == GenericDataType.BOOLEAN`):  When I attempt to add a temporal filter, it works as expected:  When I uncheck "is temporal", the temporal datatype is removed from Redux, and consequently the temporal filter types are also removed from the filter config modal as expected:    -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
