From 48bcd9bf5f1e2ead989408476fb45069bb928ebd Mon Sep 17 00:00:00 2001 From: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:34:12 -0600 Subject: [PATCH] fix(bigquery): ci test now partitions correctly Signed-off-by: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com> --- .../engine_adapter/integration/test_integration_bigquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/engine_adapter/integration/test_integration_bigquery.py b/tests/core/engine_adapter/integration/test_integration_bigquery.py index 75909948b2..3c8d07210f 100644 --- a/tests/core/engine_adapter/integration/test_integration_bigquery.py +++ b/tests/core/engine_adapter/integration/test_integration_bigquery.py @@ -490,7 +490,7 @@ def test_run_correlation_id_in_job_labels(ctx: TestContext): cron '@daily', start '2023-01-07' ); -SELECT 1 AS col, '2023-01-07' AS event_ts +SELECT 1 AS col, CAST('2023-01-07' AS DATE) AS event_ts """ ) )