docs: Superset 6.1 documentation catch-up — batch 2#39441
Conversation
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review Agent Run #73319e
Actionable Suggestions - 1
-
docs/admin_docs/configuration/cache.mdx - 1
- Misleading Documentation · Line 147-148
Review Details
-
Files reviewed - 5 · Commit Range:
5cd2816..5cd2816- docs/admin_docs/configuration/cache.mdx
- docs/admin_docs/configuration/theming.mdx
- docs/admin_docs/security/security.mdx
- docs/docs/using-superset/creating-your-first-dashboard.mdx
- docs/docs/using-superset/sql-templating.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
|
Moving the 'Using Jinja in Calculated Columns' section right after the main header would improve visibility for this new feature in the documentation. |
- theming.mdx: document brandAppName theme token (PR #37370) — controls app name in browser title/nav/emails, takes precedence over APP_NAME config - cache.mdx: document SUPERSET_CACHE_WARMUP_USER config key (PR #38449) — controls the user account Selenium WebDriver authenticates as for thumbnail rendering and cache warmup; update selenium → Selenium capitalization - security.mdx: document missing SQL Lab RBAC permissions (PR #36263) — can_estimate_query_cost and can_format_sql must be explicitly granted - sql-templating.mdx: document Jinja support in calculated columns (PR #37791) with examples; add tip that "Format SQL" is Jinja-aware and dialect-specific (PRs #36277, #39393) - creating-your-first-dashboard.mdx: document dashboard tab URLs (#38660), auto-refresh (#37459), "Last queried at" timestamp (#36934), and tab selection when saving charts to dashboards (#36332) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5cd2816 to
f88decb
Compare
There was a problem hiding this comment.
Code Review Agent Run #9e251f
Actionable Suggestions - 1
-
docs/docs/using-superset/sql-templating.mdx - 1
- Incorrect SQL Example · Line 189-189
Review Details
-
Files reviewed - 5 · Commit Range:
f88decb..f88decb- docs/admin_docs/configuration/cache.mdx
- docs/admin_docs/configuration/theming.mdx
- docs/admin_docs/security/security.mdx
- docs/docs/using-superset/creating-your-first-dashboard.mdx
- docs/docs/using-superset/sql-templating.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
…al executor config
Code Review Agent Run #ac0b03Actionable 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 |
Co-authored-by: Superset Dev <dev@superset.apache.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit 2b623fd)
Co-authored-by: Superset Dev <dev@superset.apache.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Superset Dev <dev@superset.apache.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
SUMMARY
Second batch of documentation updates for features merged after 6.0. Continues from #39440.
brandAppNametheme token (theming.mdx) — documents the newbrandAppNametoken (PR fix(theme): migrate APP_NAME to brandAppName theme token with backward compatibility #37370) that controls the application name in browser titles, navigation, and email notifications, taking precedence over the legacyAPP_NAMEPython config key.Cache warmup user config (
cache.mdx) — documents the newSUPERSET_CACHE_WARMUP_USERconfig key (PR fix: cache warmup using WebDriver for reliable authentication #38449) that controls which user account Selenium WebDriver authenticates as when rendering thumbnails and warming up caches.SQL Lab RBAC permissions (
security.mdx) — documents two permissions that must be explicitly granted for SQL Lab users:can_estimate_query_costandcan_format_sql(PR fix(roles): Add missing SQLLab permissions for estimate and format #36263, which fixed these being missing from the RBAC model).Jinja in calculated columns + Format SQL improvements (
sql-templating.mdx) — documents that Jinja macros (current_username(), etc.) are now supported in dataset calculated column expressions (PR feat(uploadDataModel): add DataPreviewModal for file upload preview and integrate driver.js for guided tours #37791); adds a tip that "Format SQL" correctly preserves Jinja syntax and applies the database's specific SQL dialect (PRs fix(SqlLab): enhance SQL formatting with Jinja template support. #36277, fix(sqllab): format_sql to apply db dialect by database_id #39393).Dashboard features (
creating-your-first-dashboard.mdx) — four new dashboard capability sections:BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A — documentation-only changes.
TESTING INSTRUCTIONS
cd docs && npm startto verify MDX renders correctlyADDITIONAL INFORMATION
Third PR in the 6.1 docs series (alongside #39422 and #39440).