Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FAB] set AppBuilder to update_perms=False #7561

Merged
merged 2 commits into from
Jun 1, 2019

Commits on Jun 1, 2019

  1. [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
    apache#7323
    mistercrunch committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    3d21f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e358b12 View commit details
    Browse the repository at this point in the history