Skip to content

Commit 6748db0

Browse files
committed
add exception arg
1 parent 3245f0f commit 6748db0

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)