skillfed

superset-showtime

🎪 Apache Superset ephemeral environment management with circus tent emoji state tracking

superset-showtime v0.7.1 92.2K downloads/30d#13,464 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

Superset Showtime is a CLI tool that automates the lifecycle of ephemeral Apache Superset testing environments. It uses GitHub PR labels as a visual state machine—users add emoji-labeled trigger labels (like 🎪 ⚡ showtime-trigger-start) to request environment creation, and the tool responds by updating labels to show build progress, deployment status, and the environment's IP address. It integrates with GitHub Actions to detect commits, build Docker images, and deploy them to AWS with zero-downtime blue-green deployments.

The tool handles the full environment lifecycle: building Docker images, deploying to AWS, managing state transitions, and cleaning up resources when done. It supports freezing environments to test specific commits without auto-updating on new pushes, and automatically rolls out new environments when commits are pushed. The label-based state system makes environment status visible directly in the GitHub UI without requiring external dashboards.

Use it for:

  • Superset maintainers testing PRs in isolated environments without manual AWS provisioning or cleanup.
  • Developers validating configuration changes by triggering environment creation with modified superset_config.py.
  • Testing specific commits by freezing an environment to prevent auto-updates while continuing development.
  • Automating blue-green deployments in CI/CD pipelines with automatic traffic switching and old environment cleanup.
  • Debugging environment state and deployment issues using CLI commands like showtime status and showtime list.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A CLI tool that manages ephemeral Apache Superset environments in GitHub Actions using emoji-labeled state tracking, automating Docker builds and AWS deployments with zero-downtime rolling updates.

Yes, if you are a Superset maintainer or contributor using GitHub Actions and AWS. The tool solves a specific, well-defined problem—automating ephemeral environment management with minimal operational overhead. Low install friction, no vulnerabilities, and active maintenance make it safe to adopt. Not relevant for users outside the Superset ecosystem or those not using GitHub Actions and AWS.

Install

superset-showtime on PyPI

pip

pip install superset-showtime

uv

uv add superset-showtime

poetry

poetry add superset-showtime

Installing superset-showtime

Before you install

Low friction: pure Python wheel with no compiled dependencies. Actively maintained (latest release 2026-06-28, 47 days old). Supports Python 3.8–3.12. Depends on well-established libraries (boto3, pydantic, typer, rich) with no known vulnerabilities.

License in practice

Apache-2.0 permissive license: you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install superset-showtime
export GITHUB_TOKEN=your_token
showtime sync PR_NUMBER              # Sync to desired state
showtime list                        # List all active environments

Requires GITHUB_TOKEN environment variable set and AWS credentials configured (boto3 will look for them in standard locations). Intended for use in GitHub Actions or by developers with AWS access.

Verify before relying

  • Whether the package works outside GitHub Actions contexts or requires GitHub-specific setup beyond the token.
  • Cost implications of AWS resource creation and cleanup behavior under various failure scenarios.
  • How the package handles concurrent requests or race conditions when multiple PRs trigger simultaneously.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 9 — boto3, botocore, gitpython, httpx, pydantic, python-dateutil, pyyaml, rich, typer
Maintenance actively maintained — 47 days since the last release
First released
Downloads 92,247/month — #13,464 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: superset_showtime-0.7.1-py3-none-any.whl

Keywords: aws, circus, devops, environments, ephemeral, github, showtime, superset

Development Status :: 4 - BetaEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Build ToolsTopic :: System :: Systems Administration

Tags

ephemeral environment managementgithub actions superset deploymentaws environment automationdocker build and deploy clizero-downtime blue-green deploymentgithub label state machinesuperset testing environments
github-actionsaws-deploymentephemeral-environments

More Build Tools packages