Track all Public Tables on Init #8558
-
I have the following
When the containers start, my seeded database is already connected to Hasura. However, I still have to use the UI to "track all" the tables in the It looks like there used to be a Hasura CLI command for this:
It would be great to include something like this in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hasura intentionally requires you explicitly track tables before they are exposed as part of your API. You can however apply metadata automatically on startup, which will restore your project state including tracked tables, permissions, etc. |
Beta Was this translation helpful? Give feedback.
Hasura intentionally requires you explicitly track tables before they are exposed as part of your API.
There are few cases where you would want this, especially in production.
You can however apply metadata automatically on startup, which will restore your project state including tracked tables, permissions, etc.