-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: Calendar cubes #9791
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
base: master
Are you sure you want to change the base?
docs: Calendar cubes #9791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻 Nice work!
I left some typos and questions that I hope you'll find useful.
# ... | ||
</CodeTabs> | ||
|
||
#### `time_dimension` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about a named
time shift specification?
type: count | ||
public: false | ||
``` | ||
### `time_shift` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but...
There is no info about relation between measure timeshifts and calendar cubes: how they are related, how matching happens, and how it is processed from the calendar's td definition: if interval+type are defined and when sql is defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, it's been described in calendar cubes, but I think it would be useful to at least mention such options here with the link to the full description there...
type: time | ||
|
||
time_shift: | ||
- type: prior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no named
examples: name + sql and name + interval + type
Co-authored-by: Konstantin Burkalev <KSDaemon@gmail.com>
Co-authored-by: Konstantin Burkalev <KSDaemon@gmail.com>
Check List