From 78aa46d941006f0acc4e77e66475cc96a9fb4194 Mon Sep 17 00:00:00 2001 From: Jonathan Pearlin Date: Mon, 5 Dec 2022 16:26:41 -0500 Subject: [PATCH] Add missing "unknown" reason (#20096) --- airbyte-api/src/main/openapi/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index 4d7d0e6458cb..d804575e9874 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -4038,6 +4038,7 @@ components: - normalization - dbt - airbyte_platform + - unknown AttemptFailureType: description: Categorizes well known errors into types for programmatic handling. If not set, the type of error is not well known. type: string