We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8e00f commit 1593d7aCopy full SHA for 1593d7a
redash/query_runner/mongodb.py
@@ -94,6 +94,7 @@ def _flatten(x, name=""):
94
_flatten(item, "{}.{}".format(name, idx))
95
else:
96
res[name[1:]] = x
97
+
98
_flatten(dic)
99
return res
100
0 commit comments