How to handle tables whose schema changes regularly? #2304
Unanswered
jbowser-bt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions