-
Notifications
You must be signed in to change notification settings - Fork 17.2k
docs: Superset 6.1 documentation catch-up — batch 3 #39445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -329,6 +329,15 @@ various options in this section, refer to the | |
| Lastly, save your chart as Tutorial Resample and add it to the Tutorial Dashboard. Go to the | ||
| tutorial dashboard to see the four charts side by side and compare the different outputs. | ||
|
|
||
| ### Time Range Natural Language Expressions | ||
|
|
||
| The **Custom** time range picker accepts natural language expressions alongside specific dates. Superset supports a range of expressions including: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Documentation inaccuracy
The documentation refers to the 'Custom' time range picker, but natural language expressions are actually supported in the 'Advanced' time range picker, which provides text inputs for 'since' and 'until' fields. The 'Custom' picker uses UI controls for building ranges. Please update the title and description to say 'Advanced' instead of 'Custom'. Code Review Run #0f4a92 Should Bito avoid suggestions like this for future reviews? (Manage Rules)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch — natural language expressions like |
||
|
|
||
| - Relative: `Last 7 days`, `Last month`, `Last quarter`, `Last year` | ||
| - Anchored: `previous calendar week`, `previous calendar month` | ||
| - "First of" expressions: `first day of this week`, `first day of this month`, `first day of this quarter`, `first day of this year`, `first week of this year` | ||
| - Offsets: `30 days ago`, `1 year ago`, `next week` | ||
|
|
||
| ### SQL Lab Tips | ||
|
|
||
| **Schema and table browser**: The left-side table browser uses a collapsible treeview — click a schema to expand its tables, and click a table to see its columns and sample data inline. This makes navigating large schemas much faster than the previous flat list. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.