This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9e04c3471d docs: Add SQL Lab Result Stats to community extensions
registry (#36796)
9e04c3471d is described below
commit 9e04c3471d42da9dbb43eb1aa7bf7b845f483aef
Author: Michael S. Molina <[email protected]>
AuthorDate: Tue Dec 23 15:39:47 2025 -0300
docs: Add SQL Lab Result Stats to community extensions registry (#36796)
---
docs/developer_portal/extensions/registry.md | 1 +
docs/static/img/extensions/result-stats.png | Bin 0 -> 403058 bytes
2 files changed, 1 insertion(+)
diff --git a/docs/developer_portal/extensions/registry.md
b/docs/developer_portal/extensions/registry.md
index 144a634370..b57a73a38e 100644
--- a/docs/developer_portal/extensions/registry.md
+++ b/docs/developer_portal/extensions/registry.md
@@ -35,6 +35,7 @@ This page serves as a registry of community-created Superset
extensions. These e
| [SQL Lab Export to Google
Sheets](https://github.com/michael-s-molina/superset-extensions/tree/main/sqllab_gsheets)
| A Superset extension that allows users to export SQL Lab query results
directly to Google Sheets.
| Michael S. Molina | <a
href="/img/extensions/gsheets-export.png" target="_blank"><img
src="/img/extensions/gsheets-export.png [...]
| [SQL Lab Export to
Parquet](https://github.com/rusackas/superset-extensions/tree/main/sqllab_parquet)
| Export SQL Lab query results directly to Apache Parquet format
with Snappy compression.
| Evan Rusackas | <a
href="/img/extensions/parquet-export.png" target="_blank"><img
src="/img/extensions/parquet-export.png [...]
| [SQL Lab Query
Comparison](https://github.com/michael-s-molina/superset-extensions/tree/main/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 | <a
href="/img/extensions/query-comparison.png" target="_blank"><img
src="/img/extensions/query-comparison [...]
+| [SQL Lab Result
Stats](https://github.com/michael-s-molina/superset-extensions/tree/main/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 | <a
href="/img/extensions/result-stats.png" target="_blank"><img
src="/img/extensions/result-stats.png" al [...]
| [SQL
Snippets](https://github.com/michael-s-molina/superset-extensions/tree/main/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 | <a
href="/img/extensions/sql-snippets.png" target="_blank"><img
src="/img/extensions/sql-snippets.png" al [...]
| [SQL Lab Query
Estimator](https://github.com/michael-s-molina/superset-extensions/tree/main/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 | <a
href="/img/extensions/query-estimator.png" target="_blank"><img
src="/img/extensions/query-estimator.p [...]
diff --git a/docs/static/img/extensions/result-stats.png
b/docs/static/img/extensions/result-stats.png
new file mode 100644
index 0000000000..d2afb48c4c
Binary files /dev/null and b/docs/static/img/extensions/result-stats.png differ