Thank you for building this! I used it during the vaccinatethestates project and now may be able to use it again!
My project currently uses postgres but has most of the data available in a schema other than public
i was able to patch
|
information_schema.columns.table_schema = 'public' |
to change the schema to the actual name, and this successfully shows the tables in the UI, but clicking into any of them shows errors where the data should be
relation "repo" does not exist LINE 1: select count(*) from repo ^
Are there places that I missed when setting this up? or is something else likely misconfigured? Would love it if you could help point me in the right direction
Thank you for building this! I used it during the vaccinatethestates project and now may be able to use it again!
My project currently uses postgres but has most of the data available in a schema other than
publici was able to patch
django-sql-dashboard/django_sql_dashboard/views.py
Line 171 in 422fce1
relation "repo" does not exist LINE 1: select count(*) from repo ^Are there places that I missed when setting this up? or is something else likely misconfigured? Would love it if you could help point me in the right direction