From de09c9565580fc7278272ded72b23eb48ae21420 Mon Sep 17 00:00:00 2001 From: Jimmy Ma Date: Thu, 12 Sep 2024 13:09:31 -0700 Subject: [PATCH] Add platform mapper error to meta changes reasons. --- .../src/main/resources/airbyte_protocol/airbyte_protocol.yaml | 1 + 1 file changed, 1 insertion(+) 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 3a5d634c..d22ee95d 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml @@ -120,6 +120,7 @@ definitions: - PLATFORM_SERIALIZATION_ERROR # Errors producing the field - SOURCE_RETRIEVAL_ERROR + - PLATFORM_MAPPER_ERROR # Errors casting to appropriate type - DESTINATION_TYPECAST_ERROR AirbyteStateMessage: