As I see, if I try the below query, superset returns the results successfully
SELECT
`added`,
`channel`,
`cityname`,
`comment`,
`countryisocode`,
`countryname`,
`deleted`,
`delta`,
`isanonymous`,
`isminor`,
`isnew`,
`isrobot`,
`isunpatrolled`,
`metrocode`,
`namespace`,
`page`,
`regionisocode`,
`regionname`,
`user`
FROM default.druid_table_cstefan_test
LIMIT 100
So I guess that the issue is due to the column __time , this column is auto-created from druid when I create the "druid datasource".
__time data_type is "timestamp with local time zone"
Is there any workaround?