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 27541b2 commit 16db64aCopy full SHA for 16db64a
packages/cubejs-schema-compiler/test/unit/__snapshots__/schema.test.ts.snap
@@ -1848,11 +1848,6 @@ Object {
1848
"name": "hello",
1849
"type": "hierarchies",
1850
},
1851
- Object {
1852
- "memberPath": "orders.count",
1853
- "name": "count",
1854
- "type": "measures",
1855
- },
1856
Object {
1857
"memberPath": "orders.status",
1858
"name": "my_beloved_status",
@@ -1863,6 +1858,11 @@ Object {
1863
"name": "my_beloved_created_at",
1864
1859
"type": "dimensions",
1865
1860
1861
+ Object {
1862
+ "memberPath": "orders.count",
+ "name": "count",
+ "type": "measures",
+ },
1866
],
1867
"isView": true,
1868
"joins": Array [],
0 commit comments