Skip to content

Commit 6551383

Browse files
authored
changed failures and affected_rows fields to be bigint in schema, so it will match the code of the table (#898)
1 parent 15c3290 commit 6551383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/run_results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ models:
197197
description: End time of resource compile action.
198198

199199
- name: rows_affected
200-
data_type: int
200+
data_type: bigint
201201
description: ""
202202

203203
- name: full_refresh
@@ -209,7 +209,7 @@ models:
209209
description: The compiled code (SQL / Python) executed against the database.
210210

211211
- name: failures
212-
data_type: int
212+
data_type: bigint
213213
description: Number of failures in this run.
214214

215215
- name: query_id

0 commit comments

Comments
 (0)