diff --git a/docs/developer_portal/extensions/registry.md b/docs/developer_portal/extensions/registry.md index 6c51a5f6a75..340a90ae240 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 | SQL Lab Export to Google Sheets | | [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 | SQL Lab Export to Parquet | | [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 | Query Comparison | +| [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 | Query Estimator | ## How to Add Your Extension diff --git a/docs/static/img/extensions/query-estimator.png b/docs/static/img/extensions/query-estimator.png new file mode 100644 index 00000000000..f7cb2275882 Binary files /dev/null and b/docs/static/img/extensions/query-estimator.png differ