File tree 2 files changed +4
-0
lines changed
airbyte-api/server-api/src/main/openapi
airbyte-config/config-models/src/main/resources/types
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11159,6 +11159,8 @@ components:
11159
11159
- replication
11160
11160
- persistence
11161
11161
- 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
11162
11164
- unknown
11163
11165
FailureType :
11164
11166
description : Categorizes well known errors into types for programmatic handling. If not set, the type of error is not well known.
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ properties:
15
15
- destination
16
16
- replication
17
17
- 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
18
20
- airbyte_platform
19
21
- unknown
20
22
failureType :
You can’t perform that action at this time.
0 commit comments