Commit 2d97c1e8 authored by Mouadh Kaabachi's avatar Mouadh Kaabachi Committed by GitHub

clarification

parent c4af3995
......@@ -34,6 +34,12 @@ class XmlaProviderService(ServiceBase):
# we have to instantiate XmlaDiscoverTools and declare variables
# as class variable so we can access them in Discovery and Execute functions
# this problem is related with Spyne architecture, NO CHOICE
# NOTE : some variables and functions names shouldn't respect naming convention here
# because we need to create the xmla response (generated by spyne) with the same variable names,
# and then, xmla requests from excel can be reached
# thus make life easier
discover_tools = XmlaDiscoverTools()
sessio_id = discover_tools.session_id
......
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