December 2018
Intermediate to advanced
188 pages
4h 2m
English
Superset uses the Flask-AppBuilder framework (fabmanager) to store and manage data for authentication, user permissions, and user roles in Superset.
After installing fabmanager in the Python virtual environment, we use the create-admin command in fabmanager and specify Superset as the app. The Flask-AppBuilder framework will create a metadata database using SQLite by default in the ~/.superset location:
# On the Terminal to setup FlaskAppBuilder for superset on GCE# Create an admin user (you will be prompted to set username, first and last name before setting a password) (supervenv) fabmanager create-admin --app superset
After creating the admin user for the Superset app, we have to run the following commands to create ...
Read now
Unlock full access