From 6c558677daed13124fb96d106915306a67abb426 Mon Sep 17 00:00:00 2001 From: GuyEshdat Date: Tue, 2 Dec 2025 00:02:51 +0200 Subject: [PATCH] changed failures and affected_rows fields to be bigint in schema, so it will match the code of the table --- models/run_results.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/run_results.yml b/models/run_results.yml index 329b6e0c3..3c188903b 100644 --- a/models/run_results.yml +++ b/models/run_results.yml @@ -197,7 +197,7 @@ models: description: End time of resource compile action. - name: rows_affected - data_type: int + data_type: bigint description: "" - name: full_refresh @@ -209,7 +209,7 @@ models: description: The compiled code (SQL / Python) executed against the database. - name: failures - data_type: int + data_type: bigint description: Number of failures in this run. - name: query_id