I have a Postgres Database with tables in it and they don't show up in Hasura.
Asked
Active
Viewed 534 times
2 Answers
1
I've hit this issue in an RDS setup when I had tables that were owned by a postgres user that was not the user given to Hasura.
Check the tables in pgadmin to see the ownership and test by creating a new table using the user that you provided to the Hasura container.
Hope this helps Cheers

Louis van Senden
- 55
- 7