Skip to content

Commit

Permalink
add AirbyteStateStats
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Nov 6, 2023
1 parent 1ba508a commit b9248c3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ definitions:
description: "(Deprecated) the state data"
type: object
existingJavaType: com.fasterxml.jackson.databind.JsonNode
sourceStats:
"$ref": "#/definitions/AirbyteStateStats"
destinationStats:
"$ref": "#/definitions/AirbyteStateStats"
AirbyteStateType:
type: string
description: >
Expand Down Expand Up @@ -138,6 +142,13 @@ definitions:
additionalProperties: true
description: "the state data"
existingJavaType: com.fasterxml.jackson.databind.JsonNode
AirbyteStateStats:
type: object
additionalProperties: true
properties:
record_count:
description: "the number of records which were emitted for this state message, for this stream or global"
type: number
AirbyteLogMessage:
type: object
additionalProperties: true
Expand Down

0 comments on commit b9248c3

Please sign in to comment.