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 3245f0f commit 6748db0Copy full SHA for 6748db0
airbyte_cdk/test/entrypoint_wrapper.py
@@ -65,6 +65,8 @@ class AirbyteEntrypointException(Exception):
65
raise output.as_exception()
66
"""
67
68
+ message: str
69
+
70
71
class EntrypointOutput:
72
"""A class to encapsulate the output of an Airbyte connector's execution.
0 commit comments