Member since
10-30-2018
2
Posts
0
Kudos Received
0
Solutions
11-06-2019
10:23 AM
The more targeted fix would be on "/usr/hdp/current/superset/lib/python3.4/site-packages/superset/connectors/druid/models.py", line 517, to go return Markup('<a href="{self.url}">{name}</a>').format(**locals())
return Markup('<a href="{self.url}">{name}</a>'.format(**locals())) Change and save it and restart superset. It will work.
... View more