Description
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?