mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
* hacky string coercion to fix bug in cli datasource export (#7728)
This commit is contained in:
committed by
Maxime Beauchemin
parent
953e5c7a72
commit
8c9b4b5cf5
@@ -244,7 +244,7 @@ class ImportMixin(object):
|
||||
)
|
||||
for child in getattr(self, c)
|
||||
],
|
||||
key=lambda k: sorted(k.items()),
|
||||
key=lambda k: sorted(str(k.items())),
|
||||
)
|
||||
|
||||
return dict_rep
|
||||
|
||||
Reference in New Issue
Block a user