We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ddbc commit 475ea83Copy full SHA for 475ea83
airbyte_cdk/sources/declarative/parsers/custom_exceptions.py
@@ -19,12 +19,3 @@ class UndefinedReferenceException(Exception):
19
20
def __init__(self, path: str, reference: str) -> None:
21
super().__init__(f"Undefined reference {reference} from {path}")
22
-
23
24
-class ManifestNormalizationException(Exception):
25
- """
26
- Raised when a circular reference is detected in a manifest.
27
28
29
- def __init__(self, message: str) -> None:
30
- super().__init__(f"Failed to deduplicate manifest: {message}")
0 commit comments