Commit 24b49eaa authored by mouadh's avatar mouadh

forgotten SchemaName

parent dfb3830d
...@@ -321,6 +321,7 @@ class XmlaDiscoverTools(): ...@@ -321,6 +321,7 @@ class XmlaDiscoverTools():
for resp_row in rows: for resp_row in rows:
with xml.row: with xml.row:
xml.SchemaName(resp_row['SchemaName'])
xml.SchemaGuid(resp_row['SchemaGuid']) xml.SchemaGuid(resp_row['SchemaGuid'])
for idx, restriction in enumerate(resp_row['restrictions']['restriction_names']): for idx, restriction in enumerate(resp_row['restrictions']['restriction_names']):
with xml.Restrictions: with xml.Restrictions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment