Skip to content

Commit 4f0a640

Browse files
authored
feat: add additional stats to AirbyteStateStats (#143)
1 parent 776eede commit 4f0a640

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ definitions:
229229
the number of records which were rejected for this state message, for this stream or global. While the value should always be a
230230
round number, it is defined as a double to account for integer overflows, and the value should always have a decimal point for proper serialization.
231231
type: number
232+
additionalStats:
233+
description: >
234+
additional stats for this state message. The values are defined as a double to account for integer overflows, and the values should always have a decimal point for proper serialization
235+
type: object
236+
additionalProperties:
237+
type: number
232238
AirbyteLogMessage:
233239
type: object
234240
additionalProperties: true

0 commit comments

Comments
 (0)