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 c8b86e2 commit 2743999Copy full SHA for 2743999
airbyte_cdk/test/entrypoint_wrapper.py
@@ -68,10 +68,9 @@ class AirbyteEntrypointException(Exception):
68
message: str = ""
69
70
def __post_init__(self) -> None:
71
- # Propagate the message to Exception so that `str(self)` and `.args`
72
- # behave like a regular exception.
73
super().__init__(self.message)
74
+
75
class EntrypointOutput:
76
"""A class to encapsulate the output of an Airbyte connector's execution.
77
0 commit comments