Skip to content

Commit 79eb586

Browse files
committed
update snapshots
1 parent b030d8a commit 79eb586

16 files changed

+39
-39
lines changed

packages/cubejs-testing-drivers/test/__snapshots__/bigquery-export-bucket-gcs-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Array [
3030
]
3131
`;
3232

33-
exports[`Queries with the @cubejs-backend/bigquery-driver SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
33+
exports[`Queries with the @cubejs-backend/bigquery-driver SQL API: Nested Rollup with aliases 1`] = `
3434
Array [
3535
Object {
3636
"SUM(a.cnt)": "1",
@@ -833,7 +833,7 @@ Array [
833833
]
834834
`;
835835

836-
exports[`Queries with the @cubejs-backend/bigquery-driver SQL API: Nested Rollup: nested_rollup 1`] = `
836+
exports[`Queries with the @cubejs-backend/bigquery-driver SQL API: Nested Rollup 1`] = `
837837
Array [
838838
Object {
839839
"SUM(a.cnt)": "1",

packages/cubejs-testing-drivers/test/__snapshots__/clickhouse-export-bucket-s3-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Array [
1414
]
1515
`;
1616

17-
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3 SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
17+
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3 SQL API: Nested Rollup with aliases 1`] = `
1818
Array [
1919
Object {
2020
"SUM(a.cnt)": "44",
@@ -817,7 +817,7 @@ Array [
817817
]
818818
`;
819819

820-
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3 SQL API: Nested Rollup: nested_rollup 1`] = `
820+
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3 SQL API: Nested Rollup 1`] = `
821821
Array [
822822
Object {
823823
"SUM(a.cnt)": "44",

packages/cubejs-testing-drivers/test/__snapshots__/clickhouse-export-bucket-s3-prefix-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Array [
1414
]
1515
`;
1616

17-
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3-prefix SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
17+
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3-prefix SQL API: Nested Rollup with aliases 1`] = `
1818
Array [
1919
Object {
2020
"SUM(a.cnt)": "44",
@@ -817,7 +817,7 @@ Array [
817817
]
818818
`;
819819

820-
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3-prefix SQL API: Nested Rollup: nested_rollup 1`] = `
820+
exports[`Queries with the @cubejs-backend/clickhouse-driver export-bucket-s3-prefix SQL API: Nested Rollup 1`] = `
821821
Array [
822822
Object {
823823
"SUM(a.cnt)": "44",

packages/cubejs-testing-drivers/test/__snapshots__/clickhouse-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Array [
1414
]
1515
`;
1616

17-
exports[`Queries with the @cubejs-backend/clickhouse-driver SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
17+
exports[`Queries with the @cubejs-backend/clickhouse-driver SQL API: Nested Rollup with aliases 1`] = `
1818
Array [
1919
Object {
2020
"SUM(a.cnt)": "44",
@@ -817,7 +817,7 @@ Array [
817817
]
818818
`;
819819

820-
exports[`Queries with the @cubejs-backend/clickhouse-driver SQL API: Nested Rollup: nested_rollup 1`] = `
820+
exports[`Queries with the @cubejs-backend/clickhouse-driver SQL API: Nested Rollup 1`] = `
821821
Array [
822822
Object {
823823
"SUM(a.cnt)": "44",

packages/cubejs-testing-drivers/test/__snapshots__/postgres-full.test.ts.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Complex Rollup: complex_rollup 1`] = `
3+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Complex Rollup 1`] = `
44
Array [
55
Object {
66
"SUM(ECommerce.count)": "1",
@@ -1813,7 +1813,7 @@ Array [
18131813
]
18141814
`;
18151815

1816-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Extended nested Rollup over asterisk: extended_nested_rollup_over_asterisk 1`] = `
1816+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Extended nested Rollup over asterisk 1`] = `
18171817
Array [
18181818
Object {
18191819
"SUM(a.count)": "1",
@@ -2277,7 +2277,7 @@ Array [
22772277
]
22782278
`;
22792279

2280-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup over asterisk: nested_rollup_over_asterisk 1`] = `
2280+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup over asterisk 1`] = `
22812281
Array [
22822282
Object {
22832283
"SUM(a.count)": "1",
@@ -3080,7 +3080,7 @@ Array [
30803080
]
30813081
`;
30823082

3083-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3083+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup with aliases 1`] = `
30843084
Array [
30853085
Object {
30863086
"SUM(a.cnt)": "1",
@@ -3883,7 +3883,7 @@ Array [
38833883
]
38843884
`;
38853885

3886-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup: nested_rollup 1`] = `
3886+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Nested Rollup 1`] = `
38873887
Array [
38883888
Object {
38893889
"SUM(a.cnt)": "1",
@@ -4686,7 +4686,7 @@ Array [
46864686
]
46874687
`;
46884688

4689-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Rollup over exprs: rollup_over_exprs 1`] = `
4689+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Rollup over exprs 1`] = `
46904690
Array [
46914691
Object {
46924692
"SUM(ECommerce.count)": "1",
@@ -5489,7 +5489,7 @@ Array [
54895489
]
54905490
`;
54915491

5492-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Rollup with aliases: rollup_with_aliases 1`] = `
5492+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Rollup with aliases 1`] = `
54935493
Array [
54945494
Object {
54955495
"SUM(ECommerce.count)": "1",
@@ -7294,7 +7294,7 @@ Array [
72947294
]
72957295
`;
72967296

7297-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Simple Rollup: simple_rollup 1`] = `
7297+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: Simple Rollup 1`] = `
72987298
Array [
72997299
Object {
73007300
"SUM(ECommerce.count)": "1",
@@ -8150,7 +8150,7 @@ Array [
81508150
]
81518151
`;
81528152

8153-
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: post-aggregate percentage of total: post_aggregate_percentage_of_total 1`] = `
8153+
exports[`Queries with the @cubejs-backend/postgres-driver SQL API: post-aggregate percentage of total 1`] = `
81548154
Array [
81558155
Object {
81568156
"SUM(BigECommerce.percentageOfTotalForStatus)": 100,

packages/cubejs-testing-drivers/test/__snapshots__/redshift-export-bucket-s3-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ Array [
30643064
]
30653065
`;
30663066

3067-
exports[`Queries with the @cubejs-backend/redshift-driver export-bucket-s3 SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3067+
exports[`Queries with the @cubejs-backend/redshift-driver export-bucket-s3 SQL API: Nested Rollup with aliases 1`] = `
30683068
Array [
30693069
Object {
30703070
"SUM(a.cnt)": "1",
@@ -3867,7 +3867,7 @@ Array [
38673867
]
38683868
`;
38693869

3870-
exports[`Queries with the @cubejs-backend/redshift-driver export-bucket-s3 SQL API: Nested Rollup: nested_rollup 1`] = `
3870+
exports[`Queries with the @cubejs-backend/redshift-driver export-bucket-s3 SQL API: Nested Rollup 1`] = `
38713871
Array [
38723872
Object {
38733873
"SUM(a.cnt)": "1",

packages/cubejs-testing-drivers/test/__snapshots__/redshift-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ Array [
30643064
]
30653065
`;
30663066

3067-
exports[`Queries with the @cubejs-backend/redshift-driver SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3067+
exports[`Queries with the @cubejs-backend/redshift-driver SQL API: Nested Rollup with aliases 1`] = `
30683068
Array [
30693069
Object {
30703070
"SUM(a.cnt)": "1",
@@ -3867,7 +3867,7 @@ Array [
38673867
]
38683868
`;
38693869

3870-
exports[`Queries with the @cubejs-backend/redshift-driver SQL API: Nested Rollup: nested_rollup 1`] = `
3870+
exports[`Queries with the @cubejs-backend/redshift-driver SQL API: Nested Rollup 1`] = `
38713871
Array [
38723872
Object {
38733873
"SUM(a.cnt)": "1",

packages/cubejs-testing-drivers/test/__snapshots__/snowflake-encrypted-pk-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ Array [
30643064
]
30653065
`;
30663066

3067-
exports[`Queries with the @cubejs-backend/snowflake-driver encrypted-pk SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3067+
exports[`Queries with the @cubejs-backend/snowflake-driver encrypted-pk SQL API: Nested Rollup with aliases 1`] = `
30683068
Array [
30693069
Object {
30703070
"SUM(a.cnt)": "1",
@@ -3867,7 +3867,7 @@ Array [
38673867
]
38683868
`;
38693869

3870-
exports[`Queries with the @cubejs-backend/snowflake-driver encrypted-pk SQL API: Nested Rollup: nested_rollup 1`] = `
3870+
exports[`Queries with the @cubejs-backend/snowflake-driver encrypted-pk SQL API: Nested Rollup 1`] = `
38713871
Array [
38723872
Object {
38733873
"SUM(a.cnt)": "1",

packages/cubejs-testing-drivers/test/__snapshots__/snowflake-export-bucket-azure-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ Array [
30643064
]
30653065
`;
30663066

3067-
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3067+
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure SQL API: Nested Rollup with aliases 1`] = `
30683068
Array [
30693069
Object {
30703070
"SUM(a.cnt)": "1",
@@ -3867,7 +3867,7 @@ Array [
38673867
]
38683868
`;
38693869

3870-
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure SQL API: Nested Rollup: nested_rollup 1`] = `
3870+
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure SQL API: Nested Rollup 1`] = `
38713871
Array [
38723872
Object {
38733873
"SUM(a.cnt)": "1",

packages/cubejs-testing-drivers/test/__snapshots__/snowflake-export-bucket-azure-prefix-full.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ Array [
30643064
]
30653065
`;
30663066

3067-
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure-prefix SQL API: Nested Rollup with aliases: nested_rollup_with_aliases 1`] = `
3067+
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure-prefix SQL API: Nested Rollup with aliases 1`] = `
30683068
Array [
30693069
Object {
30703070
"SUM(a.cnt)": "1",
@@ -3867,7 +3867,7 @@ Array [
38673867
]
38683868
`;
38693869

3870-
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure-prefix SQL API: Nested Rollup: nested_rollup 1`] = `
3870+
exports[`Queries with the @cubejs-backend/snowflake-driver export-bucket-azure-prefix SQL API: Nested Rollup 1`] = `
38713871
Array [
38723872
Object {
38733873
"SUM(a.cnt)": "1",

0 commit comments

Comments
 (0)