We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae0034 commit 06ac550Copy full SHA for 06ac550
packages/cubejs-testing-drivers/fixtures/_schemas.json
@@ -93,12 +93,13 @@
93
"granularities": [
94
{
95
"name": "half_year",
96
- "interval": "6 months"
+ "interval": "6 months",
97
+ "origin": "2024-01-01"
98
},
99
100
"name": "half_year_by_1st_april",
101
"interval": "6 months",
- "offset": "3 months"
102
+ "origin": "2024-04-01"
103
104
105
"name": "two_mo_by_feb",
@@ -119,12 +120,13 @@
119
120
121
122
123
124
125
126
127
128
129
130
131
132
0 commit comments