Skip to content

Commit 070c1c9

Browse files
committed
update postgres-native-cubestore-response-full.test.ts.snap
1 parent 429ef18 commit 070c1c9

File tree

1 file changed

+0
-195
lines changed

1 file changed

+0
-195
lines changed

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

Lines changed: 0 additions & 195 deletions
Original file line numberDiff line numberDiff line change
@@ -11125,201 +11125,6 @@ Array [
1112511125
]
1112611126
`;
1112711127

11128-
exports[`Queries with the @cubejs-backend/postgres-driver native-cubestore-response querying BigECommerce: rolling count_distinct_approx window by 2 day 1`] = `
11129-
Array [
11130-
Object {
11131-
"BigECommerce.orderDate": "2020-01-01T00:00:00.000",
11132-
"BigECommerce.orderDate.month": "2020-01-01T00:00:00.000",
11133-
"BigECommerce.rollingCountApproxBy2Day": null,
11134-
},
11135-
Object {
11136-
"BigECommerce.orderDate": "2020-02-01T00:00:00.000",
11137-
"BigECommerce.orderDate.month": "2020-02-01T00:00:00.000",
11138-
"BigECommerce.rollingCountApproxBy2Day": null,
11139-
},
11140-
Object {
11141-
"BigECommerce.orderDate": "2020-03-01T00:00:00.000",
11142-
"BigECommerce.orderDate.month": "2020-03-01T00:00:00.000",
11143-
"BigECommerce.rollingCountApproxBy2Day": null,
11144-
},
11145-
Object {
11146-
"BigECommerce.orderDate": "2020-04-01T00:00:00.000",
11147-
"BigECommerce.orderDate.month": "2020-04-01T00:00:00.000",
11148-
"BigECommerce.rollingCountApproxBy2Day": null,
11149-
},
11150-
Object {
11151-
"BigECommerce.orderDate": "2020-05-01T00:00:00.000",
11152-
"BigECommerce.orderDate.month": "2020-05-01T00:00:00.000",
11153-
"BigECommerce.rollingCountApproxBy2Day": null,
11154-
},
11155-
Object {
11156-
"BigECommerce.orderDate": "2020-06-01T00:00:00.000",
11157-
"BigECommerce.orderDate.month": "2020-06-01T00:00:00.000",
11158-
"BigECommerce.rollingCountApproxBy2Day": null,
11159-
},
11160-
Object {
11161-
"BigECommerce.orderDate": "2020-07-01T00:00:00.000",
11162-
"BigECommerce.orderDate.month": "2020-07-01T00:00:00.000",
11163-
"BigECommerce.rollingCountApproxBy2Day": null,
11164-
},
11165-
Object {
11166-
"BigECommerce.orderDate": "2020-08-01T00:00:00.000",
11167-
"BigECommerce.orderDate.month": "2020-08-01T00:00:00.000",
11168-
"BigECommerce.rollingCountApproxBy2Day": null,
11169-
},
11170-
Object {
11171-
"BigECommerce.orderDate": "2020-09-01T00:00:00.000",
11172-
"BigECommerce.orderDate.month": "2020-09-01T00:00:00.000",
11173-
"BigECommerce.rollingCountApproxBy2Day": null,
11174-
},
11175-
Object {
11176-
"BigECommerce.orderDate": "2020-10-01T00:00:00.000",
11177-
"BigECommerce.orderDate.month": "2020-10-01T00:00:00.000",
11178-
"BigECommerce.rollingCountApproxBy2Day": 1,
11179-
},
11180-
Object {
11181-
"BigECommerce.orderDate": "2020-11-01T00:00:00.000",
11182-
"BigECommerce.orderDate.month": "2020-11-01T00:00:00.000",
11183-
"BigECommerce.rollingCountApproxBy2Day": null,
11184-
},
11185-
Object {
11186-
"BigECommerce.orderDate": "2020-12-01T00:00:00.000",
11187-
"BigECommerce.orderDate.month": "2020-12-01T00:00:00.000",
11188-
"BigECommerce.rollingCountApproxBy2Day": null,
11189-
},
11190-
]
11191-
`;
11192-
11193-
exports[`Queries with the @cubejs-backend/postgres-driver native-cubestore-response querying BigECommerce: rolling count_distinct_approx window by 2 month 1`] = `
11194-
Array [
11195-
Object {
11196-
"BigECommerce.orderDate": "2020-01-01T00:00:00.000",
11197-
"BigECommerce.orderDate.month": "2020-01-01T00:00:00.000",
11198-
"BigECommerce.rollingCountApproxBy2Month": 2,
11199-
},
11200-
Object {
11201-
"BigECommerce.orderDate": "2020-02-01T00:00:00.000",
11202-
"BigECommerce.orderDate.month": "2020-02-01T00:00:00.000",
11203-
"BigECommerce.rollingCountApproxBy2Month": 3,
11204-
},
11205-
Object {
11206-
"BigECommerce.orderDate": "2020-03-01T00:00:00.000",
11207-
"BigECommerce.orderDate.month": "2020-03-01T00:00:00.000",
11208-
"BigECommerce.rollingCountApproxBy2Month": 3,
11209-
},
11210-
Object {
11211-
"BigECommerce.orderDate": "2020-04-01T00:00:00.000",
11212-
"BigECommerce.orderDate.month": "2020-04-01T00:00:00.000",
11213-
"BigECommerce.rollingCountApproxBy2Month": 3,
11214-
},
11215-
Object {
11216-
"BigECommerce.orderDate": "2020-05-01T00:00:00.000",
11217-
"BigECommerce.orderDate.month": "2020-05-01T00:00:00.000",
11218-
"BigECommerce.rollingCountApproxBy2Month": 6,
11219-
},
11220-
Object {
11221-
"BigECommerce.orderDate": "2020-06-01T00:00:00.000",
11222-
"BigECommerce.orderDate.month": "2020-06-01T00:00:00.000",
11223-
"BigECommerce.rollingCountApproxBy2Month": 12,
11224-
},
11225-
Object {
11226-
"BigECommerce.orderDate": "2020-07-01T00:00:00.000",
11227-
"BigECommerce.orderDate.month": "2020-07-01T00:00:00.000",
11228-
"BigECommerce.rollingCountApproxBy2Month": 7,
11229-
},
11230-
Object {
11231-
"BigECommerce.orderDate": "2020-08-01T00:00:00.000",
11232-
"BigECommerce.orderDate.month": "2020-08-01T00:00:00.000",
11233-
"BigECommerce.rollingCountApproxBy2Month": null,
11234-
},
11235-
Object {
11236-
"BigECommerce.orderDate": "2020-09-01T00:00:00.000",
11237-
"BigECommerce.orderDate.month": "2020-09-01T00:00:00.000",
11238-
"BigECommerce.rollingCountApproxBy2Month": 6,
11239-
},
11240-
Object {
11241-
"BigECommerce.orderDate": "2020-10-01T00:00:00.000",
11242-
"BigECommerce.orderDate.month": "2020-10-01T00:00:00.000",
11243-
"BigECommerce.rollingCountApproxBy2Month": 9,
11244-
},
11245-
Object {
11246-
"BigECommerce.orderDate": "2020-11-01T00:00:00.000",
11247-
"BigECommerce.orderDate.month": "2020-11-01T00:00:00.000",
11248-
"BigECommerce.rollingCountApproxBy2Month": 11,
11249-
},
11250-
Object {
11251-
"BigECommerce.orderDate": "2020-12-01T00:00:00.000",
11252-
"BigECommerce.orderDate.month": "2020-12-01T00:00:00.000",
11253-
"BigECommerce.rollingCountApproxBy2Month": 15,
11254-
},
11255-
]
11256-
`;
11257-
11258-
exports[`Queries with the @cubejs-backend/postgres-driver native-cubestore-response querying BigECommerce: rolling count_distinct_approx window by 2 week 1`] = `
11259-
Array [
11260-
Object {
11261-
"BigECommerce.orderDate": "2020-01-01T00:00:00.000",
11262-
"BigECommerce.orderDate.month": "2020-01-01T00:00:00.000",
11263-
"BigECommerce.rollingCountApproxBy2Week": 1,
11264-
},
11265-
Object {
11266-
"BigECommerce.orderDate": "2020-02-01T00:00:00.000",
11267-
"BigECommerce.orderDate.month": "2020-02-01T00:00:00.000",
11268-
"BigECommerce.rollingCountApproxBy2Week": 1,
11269-
},
11270-
Object {
11271-
"BigECommerce.orderDate": "2020-03-01T00:00:00.000",
11272-
"BigECommerce.orderDate.month": "2020-03-01T00:00:00.000",
11273-
"BigECommerce.rollingCountApproxBy2Week": 1,
11274-
},
11275-
Object {
11276-
"BigECommerce.orderDate": "2020-04-01T00:00:00.000",
11277-
"BigECommerce.orderDate.month": "2020-04-01T00:00:00.000",
11278-
"BigECommerce.rollingCountApproxBy2Week": null,
11279-
},
11280-
Object {
11281-
"BigECommerce.orderDate": "2020-05-01T00:00:00.000",
11282-
"BigECommerce.orderDate.month": "2020-05-01T00:00:00.000",
11283-
"BigECommerce.rollingCountApproxBy2Week": 2,
11284-
},
11285-
Object {
11286-
"BigECommerce.orderDate": "2020-06-01T00:00:00.000",
11287-
"BigECommerce.orderDate.month": "2020-06-01T00:00:00.000",
11288-
"BigECommerce.rollingCountApproxBy2Week": 3,
11289-
},
11290-
Object {
11291-
"BigECommerce.orderDate": "2020-07-01T00:00:00.000",
11292-
"BigECommerce.orderDate.month": "2020-07-01T00:00:00.000",
11293-
"BigECommerce.rollingCountApproxBy2Week": null,
11294-
},
11295-
Object {
11296-
"BigECommerce.orderDate": "2020-08-01T00:00:00.000",
11297-
"BigECommerce.orderDate.month": "2020-08-01T00:00:00.000",
11298-
"BigECommerce.rollingCountApproxBy2Week": null,
11299-
},
11300-
Object {
11301-
"BigECommerce.orderDate": "2020-09-01T00:00:00.000",
11302-
"BigECommerce.orderDate.month": "2020-09-01T00:00:00.000",
11303-
"BigECommerce.rollingCountApproxBy2Week": 3,
11304-
},
11305-
Object {
11306-
"BigECommerce.orderDate": "2020-10-01T00:00:00.000",
11307-
"BigECommerce.orderDate.month": "2020-10-01T00:00:00.000",
11308-
"BigECommerce.rollingCountApproxBy2Week": 2,
11309-
},
11310-
Object {
11311-
"BigECommerce.orderDate": "2020-11-01T00:00:00.000",
11312-
"BigECommerce.orderDate.month": "2020-11-01T00:00:00.000",
11313-
"BigECommerce.rollingCountApproxBy2Week": 2,
11314-
},
11315-
Object {
11316-
"BigECommerce.orderDate": "2020-12-01T00:00:00.000",
11317-
"BigECommerce.orderDate.month": "2020-12-01T00:00:00.000",
11318-
"BigECommerce.rollingCountApproxBy2Week": 2,
11319-
},
11320-
]
11321-
`;
11322-
1132311128
exports[`Queries with the @cubejs-backend/postgres-driver native-cubestore-response querying BigECommerce: rolling window by 2 day 1`] = `
1132411129
Array [
1132511130
Object {

0 commit comments

Comments
 (0)