Skip to content

Commit 7d537c7

Browse files
authored
chore(schema-compiler): fix yaml compiler integration test (#8674)
1 parent c0466fd commit 7d537c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ cubes:
309309
1 as id,
310310
1 as customer_id,
311311
TO_TIMESTAMP('2022-01-01', 'YYYY-MM-DD') as timestamp
312-
)
312+
) sq
313313
WHERE {FILTER_PARAMS.orders.time.filter(\\"timestamp\\")}"
314314
315315
joins:

0 commit comments

Comments
 (0)