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 2841384 commit 7e715eaCopy full SHA for 7e715ea
airbyte_cdk/entrypoint.py
@@ -339,6 +339,7 @@ def airbyte_message_to_string(airbyte_message: AirbyteMessage) -> str:
339
f"There was an error during the serialization of an AirbyteMessage: `{exception}`. This might impact the sync performances."
340
)
341
_HAS_LOGGED_FOR_SERIALIZATION_ERROR = True
342
+ print(airbyte_message.record.data)
343
return json.dumps(serialized_message)
344
345
@classmethod
0 commit comments