Skip to content

Commit c87691a

Browse files
committed
fix: add back failureOrigin enum values for normalization and dbt (#13830)
1 parent 3893558 commit c87691a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

airbyte-api/server-api/src/main/openapi/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11159,6 +11159,8 @@ components:
1115911159
- replication
1116011160
- persistence
1116111161
- airbyte_platform
11162+
- normalization # no longer possible for new jobs, but needed to read historical deserialize historical jobs with this value
11163+
- dbt # no longer possible for new jobs, but needed to read historical deserialize historical jobs with this value
1116211164
- unknown
1116311165
FailureType:
1116411166
description: Categorizes well known errors into types for programmatic handling. If not set, the type of error is not well known.

airbyte-config/config-models/src/main/resources/types/FailureReason.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ properties:
1515
- destination
1616
- replication
1717
- persistence
18+
- normalization # no longer possible for new jobs, but needed to deserialize historical job failures from the db with this value
19+
- dbt # no longer possible for new jobs, but needed to deserialize historical job failures from the db with this value
1820
- airbyte_platform
1921
- unknown
2022
failureType:

0 commit comments

Comments
 (0)