This overview shows how to brand Apache’s Superset with your company’s logo, etc.

Brand-able Items

  1. Upper left logo
  2. Loading animation (Note 1)
  3. Company name
  4. Browser’s favicon

Notes

  1. The animation file name, loading.gif, is hardcoded (ver 1.0 at least). In this case, just save rename the original gif and replace with our file.
superset/superset/static/assets/images/loading.gif

Media Files Location

superset/superset/static/assets/images

Configuration File Location

superset/docker/pythonpath_dev/superset_config.py

Config Details

APP_NAME = "Company Name"

FAVICONS = [{"href": "/static/assets/images/company_favicon.png"}]

APP_ICON = "/static/assets/images/company_logo.jpg"