docs: Superset 6.1 documentation catch-up — batch 5#39454
Conversation
Cover remaining 6.1 features across existing and new pages: MCP server: - Add MCP_PARSE_REQUEST_ENABLED to configuration reference - Add Audit Events section (MCP tool calls appear in Action Log) - Add Tool Pagination section documenting cursor-based pagination (#37674) Using AI with Superset: - Expand Available Tools Reference into categorized sections covering all new tools added in the MCP tool library expansion - Document preview-first workflow for generate_chart / update_chart Creating Your First Dashboard: - AG Grid server-side column filters (#35683): filter types, AND/OR logic, pagination interaction - Time Shift for AG Grid Interactive Table (#37072) - Dynamic currency formatting via currency_code_column dataset field (#36416) - ECharts option editor in Explore for JSON overrides (#37868) - Table chart: export behavior with search filter active (#36281) - Dataset folders: organizing datasets into groups (#36239) - PWA file handler: opening CSV/XLS/Parquet from OS file manager (#36191) - Share database connection option when adding a new database (#37940) Exploring Data: - Dialect-aware Format SQL (applies selected database dialect) (#39393) - SQL Lab tips section and time range natural language expressions (consolidates content from batch 4 for master branch) Importing/Exporting: - Dashboard import overwrite behavior: charts are replaced not duplicated (#36551) - UUID in REST API POST responses for dataset/chart/dashboard (#37806) New pages: - docs/docs/using-superset/embedding.mdx: embedded SDK quick start, resolvePermalinkUrl callback (#36924), DISABLE_EMBEDDED_SUPERSET_LOGOUT feature flag (#37537), URL parameters, guest token security notes - docs/admin_docs/configuration/aws-iam.mdx: cross-account IAM authentication for Aurora and Redshift via STS AssumeRole (#37585), configuration reference, trust policy setup guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@aminghadersohi @sfirke a bit of a mixed bag of stuff here, but if you could double check some stuff here, it would be appreciated :D |
There was a problem hiding this comment.
Code Review Agent Run #8d6d3c
Actionable Suggestions - 5
-
docs/admin_docs/configuration/mcp-server.mdx - 1
- Incorrect Pagination Docs · Line 680-694
-
docs/admin_docs/configuration/importing-exporting-datasources.mdx - 1
- Inconsistent documentation scope · Line 78-99
-
docs/admin_docs/configuration/aws-iam.mdx - 1
- Missing Feature Flag Prerequisite · Line 32-39
-
docs/docs/using-superset/using-ai-with-superset.mdx - 2
- Documentation of unimplemented features · Line 195-309
- Incorrect API parameter reference · Line 195-309
Review Details
-
Files reviewed - 7 · Commit Range:
3153cf9..3153cf9- docs/admin_docs/configuration/aws-iam.mdx
- docs/admin_docs/configuration/importing-exporting-datasources.mdx
- docs/admin_docs/configuration/mcp-server.mdx
- docs/docs/using-superset/creating-your-first-dashboard.mdx
- docs/docs/using-superset/embedding.mdx
- docs/docs/using-superset/exploring-data.mdx
- docs/docs/using-superset/using-ai-with-superset.mdx
-
Files skipped - 0
-
Tools
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.
Documentation & Help
- mcp-server: correct pagination example to use page/page_size/has_next (MCP list tools use offset pagination, not cursor-based) - using-ai-with-superset: prune tools reference to only tools registered in superset.mcp_service; fix update_chart preview parameter name (generate_preview, not save_chart); drop save_sql_query misname - aws-iam: add AWS_DATABASE_IAM_AUTH feature-flag prerequisite; list redshift-serverless:GetWorkgroup alongside GetCredentials - embedding: move resolvePermalinkUrl to top-level of embedDashboard options (no callbacks wrapper); correct allowed-domains guidance to per-dashboard setting rather than SUPERSET_WEBSERVER_DOMAINS - importing-exporting-datasources: clarify in intro that ZIP import/ export covers dashboards, charts, and saved queries too Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Code Review Agent Run #7525bbActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
sfirke
left a comment
There was a problem hiding this comment.
LGTM - left one comment. Thanks for updating these!
| @@ -0,0 +1,162 @@ | |||
| {/* | |||
There was a problem hiding this comment.
Does this belong here? And not with the database drivers for these databases? This felt too vendor/platform specific to expect in this location.
There was a problem hiding this comment.
Good question... I might roll it into the generated stuff in a subsequent PR, once this wall of Docs updates is behind me/us :D
Co-authored-by: Superset Dev <dev@superset.apache.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit e1ed500)
Co-authored-by: Superset Dev <dev@superset.apache.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
SUMMARY
Final batch of 6.1 documentation catch-up covering remaining features from
docs-needed.md.MCP server (
mcp-server.mdx):MCP_PARSE_REQUEST_ENABLEDconfig key — controls whether tool inputs are pre-parsed from JSON strings; set toFalsefor Claude Desktop, LangChain, and other clients that don't double-serialize (feat(mcp): add config toggle to disable parse_request decorator #37617)cursor/next_cursor), replacing old offset pagination (center big number v6 #37674)Using AI with Superset (
using-ai-with-superset.mdx):generate_chartandupdate_chart(feat(mcp): change save_chart default to False for preview-first workflow #36935, feat(mcp): add a preview flow to mcp chart updates #39383)Creating Your First Dashboard (
creating-your-first-dashboard.mdx):currency_code_columndataset field (feat: Dynamic currency #36416)Exploring Data (
exploring-data.mdx):Importing/Exporting (
importing-exporting-datasources.mdx):New pages:
docs/docs/using-superset/embedding.mdx— Embedded SDK quick start,resolvePermalinkUrlcallback (feat(embedded-sdk): Add resolvePermalinkUrl callback for custom permalink URLs #36924),DISABLE_EMBEDDED_SUPERSET_LOGOUTfeature flag (feat(embedded): add feature flag to disable logout button in embedded contexts #37537), URL parameters, guest token security notesdocs/admin_docs/configuration/aws-iam.mdx— Cross-account IAM for Aurora/Redshift via STSAssumeRole(feat: AWS Cross-Account IAM Authentication for Aurora #37585), configuration reference, trust policy setup guideBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A — documentation-only changes.
TESTING INSTRUCTIONS
cd docs && npm start/user-docs/using-superset/embedding/admin-docs/configuration/aws-iamADDITIONAL INFORMATION