This commit is contained in:
Austin 2024-09-11 16:16:11 -04:00 committed by GitHub
parent 3fb5da2e78
commit e507b290f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,13 +42,6 @@ WITH base AS (
'skipped'
)
) AS run_overflow_models,
COALESCE(
run_overflow_models2,
OBJECT_CONSTRUCT(
'status',
'skipped'
)
) AS run_overflow_models2,
SYSDATE() AS test_timestamp
FROM
(