How to handle tables whose schema changes regularly? #2304
-
|
We're experimenting with DAB as a means of providing a no-code API for database tables and views. We have one view that regularly changes based on the dynamic nature of the data. When this happens, the API call fails due to "invalid columns" that no longer exist in the view. The only workaround I've found so far is to restart DAB. How our others handling changing schema definitions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sounds like the view schema changing frequently (new, removed columns). DAB doesn't auto detect this and requires a restart currently. |
Beta Was this translation helpful? Give feedback.
Not currently, but we will check if we can prioritize this soon.
Resolving for now