You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run the test Examples provided, however, on each execution it raises a MaqulExcecutionFailed Error,
Traceback (most recent call last):
File "/development/documentRoot/FSdatacrunch/gooddata.py", line 12, in
dataset.upload()
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/dataset.py", line 88, in upload
self.create()
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/dataset.py", line 82, in create
self.project.execute_maql(self.get_maql())
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/project.py", line 78, in execute_maql
raise MaqlExecutionFailed
gooddataclient.exceptions.MaqlExecutionFailed
Cant quite see why its falling over at this point, if you are still supporting this mind taking a look?
The text was updated successfully, but these errors were encountered:
Hi, sorry for not responding, right now I can't support this, sorry for that. Gooddata are changing their API, so it's not easy to keep up if I don't use it personally right now.
Trying to run the test Examples provided, however, on each execution it raises a MaqulExcecutionFailed Error,
Traceback (most recent call last):
File "/development/documentRoot/FSdatacrunch/gooddata.py", line 12, in
dataset.upload()
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/dataset.py", line 88, in upload
self.create()
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/dataset.py", line 82, in create
self.project.execute_maql(self.get_maql())
File "/Library/Python/2.6/site-packages/gooddata_python-0.9-py2.6.egg/gooddataclient/project.py", line 78, in execute_maql
raise MaqlExecutionFailed
gooddataclient.exceptions.MaqlExecutionFailed
Cant quite see why its falling over at this point, if you are still supporting this mind taking a look?
The text was updated successfully, but these errors were encountered: