docs: add Formula table calculations (Beta) guide#558
Merged
Conversation
Announces the beta launch of formula-based table calculations and documents the supported warehouses, formula syntax, function catalog, worked examples, and FAQs. Updates the table-calculations overview with a beta callout pointing at the new guide. Wires the new page into docs.json navigation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
- "Creating a formula table calculation" — placed under the intro - "Formula in the results table" — placed under the first-formula section Both rendered with Mintlify's className="block dark:hidden" / className="hidden dark:block" pattern so the correct variant shows per theme. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Removes the IA weirdness where "Table calculations" (overview) and "Formula table calculations" (Beta guide) were peer entries. Now they live inside a single "Table calculations" group, alongside the existing "Table calculation functions" and "SQL templates" sub-groups (latter renamed from "Table calc SQL templates" — cleaner given the parent group already names the topic). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
The "Table calculations" group had every child repeating "Table calculations" in its label, which made the sidebar read as a stutter. Use sidebarTitle frontmatter and inner-group rename to trim labels while keeping the full page titles (and URLs) intact: - guides/table-calculations → "Overview" - guides/formula-table-calculations → "Formula (Beta)" - Inner group "Table calculation functions" → "Functions" In-page headings and SEO titles are unchanged; URLs are unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Replaces em dashes introduced in the initial draft with periods, commas, colons, and parentheses as appropriate. The em-dash-heavy voice felt AI-written; the result reads more naturally. Also: - Changes bullet-list separators from "Label — value" to "Label: value". - Replaces "Google Sheets–style" with "spreadsheet-style" where the Google-Sheets comparison was already made elsewhere in the paragraph. - Applies the same treatment to the two-bullet intro and the Beta callout in the table-calculations overview. Pre-existing em dashes elsewhere in table-calculations.mdx are intentionally left untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Drops three FAQs that were filler: - "Does the formula run on my warehouse?" (answer was obvious) - "Can I mix aggregates and scalar expressions?" (niche; the function reference already implies yes) - "How do I reference a field with unusual characters?" (edge case already covered by the "use SQL" escape-hatch in the intro) Also simplifies the "I found a bug" FAQ to the standard Slack + GitHub pattern used in contact/contact-info.mdx, rather than a bespoke copy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Announces the Beta launch of formula-based table calculations — a Google Sheets-style alternative to writing raw SQL for table calculations — and documents the supported warehouses, syntax, function catalog, examples, and FAQs.
What's in this PR
Paired with
Test plan