Community Extensions
This page serves as a registry of community-created Superset extensions. These extensions are developed and maintained by community members and are not officially supported or vetted by the Apache Superset project. Before installing any community extension, administrators are responsible for evaluating the extension's source code for security vulnerabilities, performance impact, UI/UX quality, and compatibility with their Superset deployment.
Extensions
| Name | Description | Author | Preview |
|---|---|---|---|
| Extensions API Explorer | A SQL Lab panel that demonstrates the Extensions API by providing an interactive explorer for testing commands like getTabs, getCurrentTab, and getDatabases. Useful for extension developers to understand and experiment with the available APIs. | Michael S. Molina | ![]() |
| SQL Query Flow Visualizer | A SQL Lab panel that transforms SQL queries into interactive flow diagrams, helping developers and analysts understand query execution paths and data relationships. | Mehmet Salih Yavuz | ![]() |
| SQL Lab Export to Google Sheets | A Superset extension that allows users to export SQL Lab query results directly to Google Sheets. | Michael S. Molina | ![]() |
| SQL Lab Export to Parquet | Export SQL Lab query results directly to Apache Parquet format with Snappy compression. | Evan Rusackas | ![]() |
| SQL Lab Query Comparison | A SQL Lab extension that enables side-by-side comparison of query results across different tabs, with GitHub-style diff visualization showing added/removed rows and columns. | Michael S. Molina | ![]() |
| SQL Lab Result Stats | A SQL Lab extension that automatically computes statistics for query results, providing type-aware analysis including numeric metrics (min, max, mean, median, std dev), string analysis (length, empty counts), and date range information. | Michael S. Molina | ![]() |
| SQL Snippets | A SQL Lab extension that provides reusable SQL code snippets, enabling quick insertion of commonly used code blocks such as license headers, author information, and frequently used SQL patterns. | Michael S. Molina | ![]() |
| SQL Lab Query Estimator | A SQL Lab panel that analyzes query execution plans to estimate resource impact, detect performance issues like Cartesian products and high-cost operations, and visualize the query plan tree. | Michael S. Molina | ![]() |
How to Add Your Extension
To add your extension to this registry, submit a pull request to the Apache Superset repository with the following changes:
- Add a row to the Extensions table above using this format:
| [Your Extension](https://github.com/your-username/your-repo) | A brief description of your extension. | Your Name | <a href="/img/extensions/your-screenshot.png" target="_blank"><img src="/img/extensions/your-screenshot.png" alt="Your Extension" width="120" /></a> |
-
Add a screenshot to
docs/static/img/extensions/(recommended size: 800x450px, PNG or JPG format) -
Submit your PR with a title like "docs: Add [Extension Name] to community extensions registry"







