Skip to content

Commit 95f9b1f

Browse files
committed
Revert "attempt to fix pythonParser and tests"
This reverts commit 8ad9a10.
1 parent be534b0 commit 95f9b1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/cubejs-schema-compiler/test/unit/fixtures/orders_big.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cubes:
7272
- member: "{CUBE}.created_at"
7373
operator: notInDateRange
7474
values:
75-
- "2022-01-01"
75+
- 2022-01-01
7676
- "{ security_context.currentDate }"
7777
- member: "created_at"
7878
operator: equals
@@ -82,7 +82,7 @@ cubes:
8282
- member: "{CUBE}.completed_at"
8383
operator: notInDateRange
8484
values:
85-
- "2022-01-01"
85+
- 2022-01-01
8686
- "{ security_context.currentDate }"
8787
- member: "completed_at"
8888
operator: equals

packages/cubejs-schema-compiler/test/unit/fixtures/orders_incorrect_acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cubes:
7272
- member: "{CUBE}.created_at"
7373
operator: notInDateRange
7474
values:
75-
- "2022-01-01"
75+
- 2022-01-01
7676
- "{ security_context.currentDate }"
7777
- member: "created_at"
7878
operator: equals

packages/cubejs-schema-compiler/test/unit/fixtures/orders_nonexist_acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cubes:
7272
- member: "{CUBE}.created_at"
7373
operator: notInDateRange
7474
values:
75-
- "2022-01-01"
75+
- 2022-01-01
7676
- "{ security_context.currentDate }"
7777
- member: "created_at"
7878
operator: equals

0 commit comments

Comments
 (0)