You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 0.41.4 | 2024-07-15 |[\#41959](https://github.com/airbytehq/airbyte/pull/41959)| Allow setting `internal_message` in Config/TransientErrorException. Destinations: shorten error message for INCOMPLETE stream status. |
179
181
| 0.41.3 | 2024-07-15 |[\#41680](https://github.com/airbytehq/airbyte/pull/41680)| Fix: CompletableFutures.allOf now handles empty list and `Throwable`|
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/dependencies/src/main/kotlin/io/airbyte/commons/exceptions/ConfigErrorException.kt
+2
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@ class ConfigErrorException : RuntimeException {
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/dependencies/src/main/kotlin/io/airbyte/commons/exceptions/TransientErrorException.kt
0 commit comments