GitHub user johannes-ws created a discussion: How to casting float to double in Superset 5.0.0?
I want to create a histogram chart, but column field must be a numeric column. I have a dataset which contains float data type, but when i try to drag this column to column field, it's not accepted because my column type is categorized as number, not numeric. I already try to casting the data type with <code>CAST(column_name AS DOUBLE)</code>, but it's categorized again as number. So, i can't create a histogram chart. What should i do? @dosu GitHub link: https://github.com/apache/superset/discussions/34717 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
