Skip to content

Commit cc30650

Browse files
authored
fix(bigquery): ci test now partitions correctly (#5989)
Signed-off-by: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com>
1 parent 4b20362 commit cc30650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/core/engine_adapter/integration/test_integration_bigquery.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def test_run_correlation_id_in_job_labels(ctx: TestContext):
490490
cron '@daily',
491491
start '2023-01-07'
492492
);
493-
SELECT 1 AS col, '2023-01-07' AS event_ts
493+
SELECT 1 AS col, CAST('2023-01-07' AS DATE) AS event_ts
494494
"""
495495
)
496496
)

0 commit comments

Comments
 (0)