Daniel Vaz Gaspar

Results 107 comments of Daniel Vaz Gaspar

Seems like `ETagResponseMixin` was removed here: https://github.com/pallets/werkzeug/pull/2276 it was deprecated, we should update our `etag_cache` method accordingly. Do note that production Superset installations should use pinned dependencies based on: https://github.com/apache/superset/blob/master/requirements/base.txt

it's an interesting idea, but not on the roadmap now. Feel free to open a PR

This was fixed on 3.0.1 can you confirm?

Thank you for reporting this, are you willing to make a PR to fix it?

You can use: - list_columns, add_columns, edit_columns, show_columns - exclude_list_columns, .... To control how fields get excluded

Hi @heckad, Can you please be more specific, using crud_rest_api from the examples I've limited the list_columns ``` class ContactModelApi(ModelRestApi): resource_name = "contact" datamodel = SQLAInterface(Contact) allow_browser_login = True list_columns...

Thank you for reporting this, It would be awesome if you could submit a PR with the fix