mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: don't create examples db on 'superset init' (#9881)
* chore: don't create examples db on 'superset init' * fix isort
This commit is contained in:
committed by
GitHub
parent
3e8e441bfc
commit
ee991963c7
@@ -68,7 +68,6 @@ def superset():
|
||||
@with_appcontext
|
||||
def init():
|
||||
"""Inits the Superset application"""
|
||||
utils.get_example_database()
|
||||
appbuilder.add_permissions(update_perms=True)
|
||||
security_manager.sync_role_definitions()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user