Hi @kapa.ai I'm setting up a Facebook Marketing sync but I get this error:
RROR Recursion limit reached
Traceback (most recent call last):
File "/airbyte/integration_code/main.py", line 10, in <module>
run()
File "/airbyte/integration_code/source_facebook_marketing/run.py", line 25, in run
launch(source, sys.argv[1:])
File "/usr/local/lib/python3.11/site-packages/airbyte_cdk/entrypoint.py", line 263, in launch
for message in source_entrypoint.run(parsed_args):
File "/usr/local/lib/python3.11/site-packages/airbyte_cdk/entrypoint.py", line 133, in run
yield from map(AirbyteEntrypoint.airbyte_message_to_string, self.read(source_spec, config, config_catalog, state))
File "/usr/local/lib/python3.11/site-packages/airbyte_cdk/entrypoint.py", line 228, in airbyte_message_to_string
return orjson.dumps(AirbyteMessageSerializer.dump(airbyte_message)).decode() # type: ignore[no-any-return] # orjson.dumps(message).decode() always returns string
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^