skillfed

apache-superset-core

Core Python package for building Apache Superset backend extensions and integrations

apache-superset-core v0.1.0 400.2K downloads/30d#6,942 on PyPI74,257
Permissive license Apache-2.0 Active released

What it is and what it does

apache-superset-core is the official foundation library for extending Apache Superset with custom backend functionality. It exports decorators, base classes, and type definitions built on flask-appbuilder, sqlalchemy, pydantic, and sqlglot to reduce boilerplate when writing extensions. The package is designed for developers building Superset plugins or integrations, not for end users of Superset itself.

You install it in your extension project, inherit from its base classes, decorate your functions with provided decorators, and Superset's extension system discovers and loads your code. The package is actively maintained by the Apache Superset project and currently in alpha, meaning its API may change in future releases.

Use it for:

  • Build a custom REST API endpoint in Superset to expose internal data or trigger workflows.
  • Define background tasks that run asynchronously, such as report generation or data refresh jobs.
  • Create MCP tools and prompts to extend Superset's integration capabilities.
  • Develop a Superset plugin that adds new database connectors or visualization types.
  • Integrate third-party services by writing extension code that hooks into Superset's lifecycle.

Worth the install?

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

Provides base classes, decorators, and utilities for building Apache Superset backend extensions, including REST API endpoints, background tasks, and MCP tools.

Yes, if you are building a Superset extension or integration. The package is actively maintained, has no known vulnerabilities, and provides the official API surface for extending Superset. Be aware it is in alpha (Development Status :: 3 - Alpha), so expect potential breaking changes; pin your version and monitor releases. If you are only using Superset as an end user, you do not need this package.

Install

apache-superset-core on PyPI

pip

pip install apache-superset-core

uv

uv add apache-superset-core

poetry

poetry add apache-superset-core

Installing apache-superset-core

Before you install

Low friction installation with a small, stable dependency footprint. Active maintenance with recent releases; currently in alpha status (Development Status :: 3 - Alpha), so expect API changes as the package matures.

License in practice

Apache License 2.0 (permissive) — you can use, modify, and distribute this package freely in commercial and open-source projects, provided you include the license notice and state any material changes.

Quickstart

pip install apache-superset-core

from flask_appbuilder.api import expose, protect, safe

# Inherit from base classes and use decorators provided by the package
# to build REST API endpoints, background tasks, or MCP tools.

Requires Python 3.10 or later.

Verify before relying

  • Whether the package is stable enough for production use given its alpha status and recent first release (2025-08-27).
  • Specific version constraints for runtime dependencies (flask-appbuilder, sqlalchemy, etc.) not listed in the fact sheet.
  • Whether MCP (Model Context Protocol) support is fully documented and stable.
  • How the package integrates with an Apache Superset deployment and what setup is required.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 6 — flask-appbuilder, pydantic, sqlalchemy, sqlalchemy-utils, sqlglot, typing-extensions
Maintenance actively maintained — 95 days since the last release
Last repo commit
First released
Downloads 400,246/month — #6,942 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_superset_core-0.1.0-py3-none-any.whl

Keywords: superset, apache, analytics, business-intelligence, extensions, visualization

Development Status :: 3 - AlphaEnvironment :: Web EnvironmentIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: DatabaseTopic :: Scientific/Engineering :: VisualizationTopic :: Software Development :: Libraries :: Python Modules

Tags

superset extension frameworkbuild superset pluginssuperset backend integrationsuperset api decoratorssuperset task frameworksuperset mcp toolsapache superset core library
extension-frameworkapache-supersetbackend-integration

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

apache-superset

Apache Superset is a web-based business…

permissive · top 5,000 on PyPI

apache-airflow-task-sdk

Provides Python interfaces and task execution…

permissive · top 5,000 on PyPI

apache-airflow-core

Apache Airflow's core runtime that schedules,…

permissive · top 5,000 on PyPI

superset-showtime

A CLI tool that manages ephemeral Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

sf-hamilton

This package is a redirect to apache-hamilton;…

permissive · top 15,000 on PyPI

apache-airflow-providers-cohere

Integrates Cohere's language model APIs into…

permissive · top 15,000 on PyPI

apache-airflow-providers-grpc

Integrates gRPC communication into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

colcon-devtools

Extends colcon-core to expose information about…

permissive · top 15,000 on PyPI