elukey commented on issue #7006: World map viz not working in 0.29rc7/0.31.0rc18/0.32 URL: https://github.com/apache/incubator-superset/issues/7006#issuecomment-487147925 So the main problem seems to be this difference: https://github.com/apache/incubator-superset/blob/0.26/superset/viz.py#L1725-L1729 https://github.com/apache/incubator-superset/blob/master/superset/viz.py#L1754-L1757 The diff is the following code, that applied to 0.32 makes the WorldMapViz work again correctly: ``` qry['metrics'] = [ self.form_data['metric'], self.form_data['secondary_metric']] ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
