-
Notifications
You must be signed in to change notification settings - Fork 354
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
feat: relative periods and pe dimension support #16087
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #16087 +/- ##
============================================
- Coverage 66.39% 66.39% -0.01%
- Complexity 31529 31541 +12
============================================
Files 3507 3507
Lines 130575 130628 +53
Branches 15242 15250 +8
============================================
+ Hits 86701 86728 +27
- Misses 36791 36816 +25
- Partials 7083 7084 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
For full support of the period dimension, the relative periods had to be included in the incoming request using the format of the query parameter pe=RELATIVE_PERIOD. Common relative period names, such as THIS_YEAR and LAST_12_MONTH, are accepted. Please note that only one relative period is supported, and the combination of start/end dates with a relative period is not allowed.