-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Warn in rolling window pages that Redshift does not support month or year intervals #8252
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 |
|---|---|---|
|
|
@@ -257,6 +257,12 @@ with a defined date range. | |
|
|
||
| </WarningBox> | ||
|
|
||
| <WarningBox> | ||
|
|
||
| Please note that Redshift does not support intervals of type month or year. | ||
|
|
||
| </WarningBox> | ||
|
|
||
|
Comment on lines
+260
to
+265
Member
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. @morgan-at-cube Do we know how it breaks? E.g., what is the exact error message? I think we can probably do the following:
Contributor
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. Hey @igorlukanin , getting back to you about this has been in my to-do list for ages, sorry about that! I don't have the error message unfortunately :( Do you think we can still add a generic error message to this page anyway? |
||
| These parameters have a format defined as | ||
| `(-?\d+) (minute|hour|day|week|month|year)`. The `trailing` and `leading` | ||
| parameters can also be set to an `unbounded` value, which means infinite size | ||
|
|
||
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.
@morgan-at-cube I don't think we need to put this warning on this particular page. If we do, then we'd probably need to have it at every page mentioning
rolling_windowwhich is probably not the way to go.