From 7d537c76ab8aa1a0cae98fd7c829a6ea6863aa44 Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Fri, 6 Sep 2024 01:48:48 +0300 Subject: [PATCH] chore(schema-compiler): fix yaml compiler integration test (#8674) --- .../test/integration/postgres/yaml-compiler.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts b/packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts index f3d67dc166574..bd829ce6ff840 100644 --- a/packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts +++ b/packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts @@ -309,7 +309,7 @@ cubes: 1 as id, 1 as customer_id, TO_TIMESTAMP('2022-01-01', 'YYYY-MM-DD') as timestamp - ) + ) sq WHERE {FILTER_PARAMS.orders.time.filter(\\"timestamp\\")}" joins: