Hi [email protected],

On Superset - 0.25.0  , When i am fetching druid metadata of my druidDataSource 
, inside superset it storing doubleSum column to floatSum column. Due to this i 
am getting runtime query error .

To resolve the issue i have follow below steps, so can you please add doubleSum 
dataType in superset - 0.25.0
 
1. go to line number 1016 of  superset druid connector model file 
/root/anaconda3/envs/my_env/lib/python3.6/site-packages/superset/connectors/druid/models.py

replace line of
'type': DruidDatasource.druid_type_from_adhoc_metric(adhoc_metric),

above line print output
'type':'floatSum' // for doubleSum type column of druid

with
'type': 'doubleSum'


Reply via email to