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
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-postgres/src/main/kotlin/io/airbyte/integrations/source/postgres/PostgresSourceExceptionHandler.kt
+13
Original file line number
Diff line number
Diff line change
@@ -160,5 +160,18 @@ class PostgresSourceExceptionHandler : ConnectorExceptionHandler() {
160
160
),
161
161
),
162
162
)
163
+
164
+
add(
165
+
ConnectorErrorProfile(
166
+
errorClass ="Postgres Debezium Connection Error",
167
+
regexMatchingPattern =".*cannot read from logical replication slot.*",
168
+
failureType =FailureType.CONFIG,
169
+
externalMessage =
170
+
"The configured replication slot has been dropped or has corrupted. Please recreate the replication slot.",
171
+
sampleInternalMessage =
172
+
"org.postgresql.util.PSQLException: ERROR: cannot read from logical replication slot \"airbyte_slot\"",
| 3.6.12 | 2024-07-30 |[42550](https://github.com/airbytehq/airbyte/pull/42550)| Correctly report stream states. |
317
318
| 3.6.11 | 2024-07-29 |[42852](https://github.com/airbytehq/airbyte/pull/42852)| Bump CDK version to latest to use new bug fixes on error translation. |
0 commit comments