Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB] set AppBuilder to update_perms=False (#7561)
* [FAB] set AppBuilder to update_perms=False Upon start, by default, FAB tries to go and update the permission list in the database based on the list of views, models and menu items that exist in the code. Really this should happen once per deployment/upgrade and not in module scope, so we have `superset init` for this. The intent was always to set to False by default, but I think we forgot to add this flag back in #7323 * Add superset init to tox (cherry picked from commit eb42936)
- Loading branch information