File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 5447
5447
"schema" : {
5448
5448
"type" : " object" ,
5449
5449
"required" : [
5450
- " rows"
5450
+ " rows" ,
5451
+ " warnings" ,
5452
+ " errors"
5451
5453
],
5452
5454
"properties" : {
5453
5455
"rows" : {
5454
5456
"type" : " integer" ,
5455
5457
"format" : " int64" ,
5456
5458
"description" : " Number of rows synced so far"
5457
5459
},
5460
+ "warnings" : {
5461
+ "type" : " integer" ,
5462
+ "format" : " int64" ,
5463
+ "description" : " Number of warnings encountered so far"
5464
+ },
5465
+ "errors" : {
5466
+ "type" : " integer" ,
5467
+ "format" : " int64" ,
5468
+ "description" : " Number of errors encountered so far"
5469
+ },
5458
5470
"status" : {
5459
5471
"$ref" : " #/components/schemas/SyncRunStatus"
5460
5472
}
8231
8243
" id" ,
8232
8244
" status" ,
8233
8245
" started_at" ,
8234
- " total_rows"
8246
+ " total_rows" ,
8247
+ " warnings" ,
8248
+ " errors"
8235
8249
],
8236
8250
"properties" : {
8237
8251
"sync_name" : {
8265
8279
"type" : " integer" ,
8266
8280
"format" : " int64" ,
8267
8281
"description" : " Total number of rows in the sync"
8282
+ },
8283
+ "warnings" : {
8284
+ "type" : " integer" ,
8285
+ "format" : " int64" ,
8286
+ "description" : " Number of warnings encountered during the sync"
8287
+ },
8288
+ "errors" : {
8289
+ "type" : " integer" ,
8290
+ "format" : " int64" ,
8291
+ "description" : " Number of errors encountered during the sync"
8268
8292
}
8269
8293
}
8270
8294
},
You can’t perform that action at this time.
0 commit comments