You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A a frontend developer
I should be able to upload an image that is defined as a field in a relational database table directly with the rest of the fields (String, int, ...) not separately
In order to avoid multiple API calls
Acceptance criteria:
Using Flask App Builder
Upload must be in the POST of the ModelRestApi not separated
The solution should be easily replicated for multiple models