diff --git a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml index 2e6ee5f..e383230 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml @@ -239,6 +239,7 @@ definitions: - ANALYTICS emitted_at: description: "the time in ms that the message was emitted" + # TODO : This should have been an integer instead of a number, need to fix this type: number error: description: "error trace message: the error object" diff --git a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml index 98bd414..0728a4e 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml @@ -239,6 +239,7 @@ definitions: - STREAM_STATUS - ANALYTICS emitted_at: + # TODO : This should have been an integer instead of a number, need to fix this description: "the time in ms that the message was emitted" type: number error: