Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
)
)
Expand Down
Loading