We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "anon_1"
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "anon_1"
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?
The text was updated successfully, but these errors were encountered: