Skip to content

Installation

  • Python 3.8 or higher
  • pip or uv package manager
Terminal window
pip install superset-sup

Or using uv (faster):

Terminal window
uv pip install superset-sup
Terminal window
git clone https://github.com/preset-io/superset-sup.git
cd superset-sup
pip install -e .
Terminal window
sup --version

Get your API credentials from https://preset.io/settings/api-tokens

Terminal window
export PRESET_API_TOKEN="your-token"
export PRESET_API_SECRET="your-secret"
Terminal window
export SUPERSET_URL="https://your-superset.com"
export SUPERSET_USERNAME="admin"
export SUPERSET_PASSWORD="password"