Jasper Schoenmaker
Jasper Schoenmaker
I would also like to have this implemented. Lots of datasets i use proved a Primary key that is only locally significant, but is required to make a patch request....
Im sorry, i can't reproduce your error. After installing your pip freeze it just works... ``` ubuntu@ubuntu:~/fab$ flask fab create-app Your new app name: ``` Im using python 3.10.12 and...
What are you trying to accomplish? Do you want the entire user table to have a different name, or are you trying to store only your custom columns in a...
I was able to reproduce this aswell at first. Adding it via the UI seems to work. But even if i use the exact name in the backend database for...
Hi there. I am a co-worker of @draggeta , thought i would pitch in aswell. As he said we would like for the error itself to contain the metadata. This...
Are you changing properties of the role (as in changing which permissions are assigned to a role) or changing which roles are assigned to a specific user? As far as...
Flask-Appbuilder is just an extention of Flask, They have official documentation on how to debug that [https://code.visualstudio.com/docs/python/tutorial-flask#_run-the-app-in-the-debugger](https://code.visualstudio.com/docs/python/tutorial-flask#_run-the-app-in-the-debugger)
I'm pretty sure that one of your openapi doc strings is misformatted or the `openapi_spec_methods attribute` is, without the code we cannot help you. What you could try to identify...
In my own projects i have some endpoints that are not documented aswell, this doesnt give this error. Your code is failing on the `.update()` function which is expecting `operation_spec`...
Hi there, By default there are only two roles (Admin and Public). These are defined in the options `AUTH_ROLE_ADMIN` and `AUTH_ROLE_PUBLIC`. If you have roles defined in the `FAB_ROLES` definition...