We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bb330 commit ed1e60aCopy full SHA for ed1e60a
1 file changed
airbyte_cdk/cli/airbyte_cdk/exceptions.py
@@ -3,11 +3,9 @@
3
4
from dataclasses import dataclass
5
6
-from airbyte_cdk.sql.exceptions import AirbyteConnectorError
7
-
8
9
@dataclass(kw_only=True)
10
-class ConnectorSecretWithNoValidVersionsError(AirbyteConnectorError):
+class ConnectorSecretWithNoValidVersionsError(Exception):
11
"""Error when a connector secret has no valid versions."""
12
13
connector_name: str
0 commit comments