docs: mark formula table calcs GA and document missing date functions#573
Merged
docs: mark formula table calcs GA and document missing date functions#573
Conversation
The Formula input mode shipped to GA on every warehouse Lightdash supports (Athena, BigQuery, ClickHouse, Databricks, DuckDB, PostgreSQL, Redshift, Snowflake, Trino). Drop the Beta badges and the unsupported-warehouse callouts, and document the date helpers (LAST_DAY, DATE_TRUNC, DATE_ADD, DATE_SUB, DATE_DIFF) that were already in the formula package but missing from the function reference. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Replaces six stale single-mode jpgs with light/dark PNG pairs captured against the current UI. Notable UI changes since the old shots: - Add table calculation modal puts Format inline below the SQL editor rather than behind a separate tab. - Column-header dropdown labels are "Edit calculation" / "Remove" (not the gear icon described in the old copy). - Quick calculation menu now sits under "Add quick calculation" inside the metric column dropdown. Adjusts the surrounding copy to match the current modal structure and column-dropdown wording. The "table calculation execution and limitations" filter-example screenshot is unchanged and will be refreshed in a follow-up — that one needs a multi-TC + filter setup that's not worth bundling into this PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
The old shot still showed the "Formula Beta" tab badge and the older modal layout. The new modal: "Create Table Calculation" title, Formula input mode by default with "Use SQL instead" link (no Beta), inline Format options below the formula box, and a sample formula composed from field chips. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
…arehouses # Conflicts: # guides/formula-table-calculations.mdx # guides/table-calculations.mdx
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
The Formula input mode for table calculations is now GA on every warehouse Lightdash supports. This PR aligns the docs with the shipped state.
guides/formula-table-calculations.mdx(sidebar title, intro Info banner, FAQ "beta is strictly additive" line, related-link to feature-maturity-levels) and fromguides/table-calculations.mdx.packages/formula/src/codegen/dialects.ts(TRINO_CONFIGis shared by both). Replaces the table with a single-line statement that all supported warehouses work.FUNCTION_DEFINITIONS(packages/formula/src/functions.ts) but were missing from the docs:LAST_DAY,DATE_TRUNC,DATE_ADD,DATE_SUB,DATE_DIFF, including the acceptedunitliterals.Test plan
🤖 Generated with Claude Code