Skip to content

Commit f8456d0

Browse files
committed
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent 8c96cb3 commit f8456d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9788,7 +9788,8 @@
97889788
"batch_records_written": {
97899789
"type": "integer",
97909790
"format": "int64",
9791-
"description": "Number of records written so far in the current output batch.\nNon-zero while a batch write is in progress (e.g., Delta Lake connector).\nResets to 0 after the batch is committed.",
9791+
"description": "Number of records written so far while the connector is processing a\nbatch of updates. Resets to 0 after the batch is committed.\n\n`None` when the connector does not support batch-progress reporting.",
9792+
"nullable": true,
97929793
"minimum": 0
97939794
},
97949795
"buffered_batches": {

0 commit comments

Comments
 (0)