This is an automated email from the ASF dual-hosted git repository.
michaelsmolina 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 8f8fe19e3e docs: Add SQL Snippets to community extensions registry
(#36797)
8f8fe19e3e is described below
commit 8f8fe19e3e2d10f1d25f7e2993519aec32b9c6de
Author: Michael S. Molina <[email protected]>
AuthorDate: Tue Dec 23 14:52:09 2025 -0300
docs: Add SQL Snippets to community extensions registry (#36797)
---
docs/developer_portal/extensions/registry.md | 1 +
docs/static/img/extensions/sql-snippets.png | Bin 0 -> 366481 bytes
2 files changed, 1 insertion(+)
diff --git a/docs/developer_portal/extensions/registry.md
b/docs/developer_portal/extensions/registry.md
index 340a90ae24..144a634370 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
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 [...]
## How to Add Your Extension
diff --git a/docs/static/img/extensions/sql-snippets.png
b/docs/static/img/extensions/sql-snippets.png
new file mode 100644
index 0000000000..bd1acbe777
Binary files /dev/null and b/docs/static/img/extensions/sql-snippets.png differ