DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 313 forks source link

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "anon_1" #504

Open febin4project opened 1 year ago

febin4project commented 1 year ago

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "anon_1" image

from my line of code

result = browser.aggregate(cell,drilldown=['client'])

cubes==1.0.1 Flask==0.10.1 Flask-SQLAlchemy==2.0

are my related requirement.txt entries. I am in the middle of project upgrade of a legacy app where cubes used as main reporting engine.

The code has been running quite a long period without any issues.

Any hint please?