docs: document the SQL fallback editor and embedded PNG/PDF export - #11624
docs: document the SQL fallback editor and embedded PNG/PDF export#11624keydunov wants to merge 3 commits into
Conversation
- Calculated fields generated from a column-header menu (aggregations, Calculations, filtered measures) now edit through a SQL-only fallback editor since renaming isn't supported for them (cubejs-enterprise #14322). - Embedded dashboards now support PNG/PDF chart export via the existing allowExport param, not just CSV (cubejs-enterprise #14290). Updated the cross-reference in the embed events doc to match.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @keydunov's task in 1m 17s —— View job Docs review: approve with two comments — 0 high, 2 lowBoth changes are accurate and appropriately surgical. Two low-severity items posted inline on Full reviewTodos
Verification
Findings
Neither blocks merge. Finding 1 has a ready-to-apply suggestion in the inline thread. Not applicableSecurity, performance, and test-coverage review areas don't apply — this is a docs-only change (3 |
Per docs-mintlify/CLAUDE.md's anchor-stability convention (and per review feedback on this PR), renaming the heading to "Allow chart export" must not break inbound links to the old #allow-csv-export anchor.
|
I'll analyze this and get back to you. |
Per review feedback: the embedded PNG/PDF export uses the same server-rendered screenshot mechanism as the main-app dashboard export, so the same latency caveat applies, and it is subject to the same account-wide data download controls (enforced server-side, not just client-side, per cubejs-enterprise #14290).
|
Claude finished @keydunov's task in 46s —— View job Docs review (re-review after 2 follow-up commits): approve — 0 high, 0 medium, 1 low (optional)Both prior findings are fully addressed; their threads are already resolved. One optional consistency nit remains, noted below. Full reviewTodos
Prior findings — status
Verification
Remaining low (optional, non-blocking)
Neither is a defect in this PR — item 1 is a gap on a file this PR doesn't touch, and would be a reasonable one-sentence follow-up. Not applicableSecurity, performance, and test-coverage review areas don't apply — docs-only change (3 |

Check List
Description of Changes Made
Routine documentation audit: cross-checked recent merges in
cube-js/cubeandcubedevinc/cubejs-enterpriseagainstdocs-mintlifyand found two small, genuinely undocumented customer-facing changes shipped since the previous audit (#11611).% of total/Running totalcalculations, filtered measures) previously had no edit path at all; they now open a SQL-only editor (no rename, since renaming isn't supported for these). Documented indocs/explore-analyze/workbooks/calculated-fields.mdx, "Editing a calculated field".allowExport=trueembed param previously enabled only CSV download; it now also exposes server-rendered PNG/PDF export on embedded dashboard widgets, matching the main-app feature. Updatedembedding/iframe/dashboards.mdx("Allow CSV export" → "Allow chart export") and fixed the now-stale cross-reference + anchor inembedding/iframe/events.mdx.Two other undocumented items from this window are large enough to need their own new docs page rather than a small edit, so they're being tracked separately instead of bundled into this PR:
A third candidate — the recent Billing page split into Overview/Cost and Usage (cubejs-enterprise #14241) — was investigated but left out: it's gated behind a newly-introduced per-tenant flag combination with unclear rollout, so per the customer-facing criteria (wait until on by default) it's not yet safe to document as the new default navigation.
Generated by Claude Code