olap
olap copied to clipboard
Python package to access OLAP data sources.
Hi, I am trying to connect from Ubuntu 20.04 to a 3rd party MS SAAS service on the Internet. This is the current code: ``` import olap.xmla.xmla as xmla from...
Dear all, install of this package forces my requests to downgrade to 1.2.3 which is 8 years old now. Is there a way to upgrade the requirements? Best Daniel
ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\Anaconda3\pythonw.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\e110772\\AppData\\Local\\Temp\\1\\pip-install-_mqjhstk\\suds\\setup.py'"'"'; __file__='"'"'C:\\Users\\e110772\\AppData\\Local\\Temp\\1\\pip-install-_mqjhstk\\suds\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\e110772\AppData\Local\Temp\1\pip-pip-egg-info-9jxxtdhu' cwd: C:\Users\e110772\AppData\Local\Temp\1\pip-install-_mqjhstk\suds\ Complete...
I am trying to import olap but i am getting this error: Cannot improt name 'XMLAConnection'. Does anybody have a clue? Thanks for your help.
Hi I would like to connect to a Pentaho Business Intelligence Server that runs an instance of Mondrian. It, however, requires that you authenticate with a username and password during...
The problem was pointed out here: https://github.com/may-day/olap/commit/f8324e470e0ab2ebd64cdb2af62b24bf19c9c4cc by @mymindwentblvnk and @waldemar-becker This is of some important as this debug statement completly breaks to production code.
I'm using Python 2.7.15 and installing xmla-0.7.2 via git clone I have tried running the sample code and it appeared not working since the import package line. import olap.xmla.xmla as...