Skip to content

Commit

Permalink
docs: Explain why recordCount is a number instead of an integer (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda authored Mar 27, 2024
1 parent f92b4af commit 2a403a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ definitions:
additionalProperties: true
properties:
recordCount:
description: "the number of records which were emitted for this state message, for this stream or global"
description: "the number of records which were emitted for this state message, for this stream or global. While the value should always be a 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."
type: number
AirbyteLogMessage:
type: object
Expand Down

0 comments on commit 2a403a6

Please sign in to comment.