Skip to content

Commit 7e715ea

Browse files
committed
(Do Not Merge): Debug Paypal Trxs
1 parent 2841384 commit 7e715ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/entrypoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def airbyte_message_to_string(airbyte_message: AirbyteMessage) -> str:
339339
f"There was an error during the serialization of an AirbyteMessage: `{exception}`. This might impact the sync performances."
340340
)
341341
_HAS_LOGGED_FOR_SERIALIZATION_ERROR = True
342+
print(airbyte_message.record.data)
342343
return json.dumps(serialized_message)
343344

344345
@classmethod

0 commit comments

Comments
 (0)