Skip to content
New issue

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

Can't query table "GoogleAnalytics" #408

Open
abhinandanshrestha opened this issue Mar 1, 2024 · 0 comments
Open

Can't query table "GoogleAnalytics" #408

abhinandanshrestha opened this issue Mar 1, 2024 · 0 comments

Comments

@abhinandanshrestha
Copy link

abhinandanshrestha commented Mar 1, 2024

Error: ProgrammingError
(psycopg2.errors.UndefinedTable) relation "public.googleanalytics" does not exist
LINE 1: select * from public.GoogleAnalytics limit 100
^

[SQL: select * from public.GoogleAnalytics limit 100]
(Background on this error at: http://sqlalche.me/e/14/f405)

It has to be select * from public."GoogleAnalytics"
table and column names are case sensitive in postgresql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant