Skip to content

Commit 9e66564

Browse files
committed
fix AirbyteOutputException initialization
1 parent ff16dbf commit 9e66564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte_cdk/test/entrypoint_wrapper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ class AirbyteEntrypointException(Exception):
6565
raise output.as_exception()
6666
"""
6767

68+
message: str = ""
69+
6870

6971
class EntrypointOutput:
7072
"""A class to encapsulate the output of an Airbyte connector's execution.

0 commit comments

Comments
 (0)