[source-facebook-marketing] Difficult to debug connector logs? #304
Replies: 3 comments
-
Can you provide... more information? What are you trying to do? Are you using the Airbyte Platform with the Facebook Marketing connector? Which steps you're not getting the feedback or error logs you need? |
Beta Was this translation helpful? Give feedback.
-
Yea sure, sorry about the lack of info. We're using the airbyte python SDK. For instance, we're trying to add hashes to the image stream. We're using the following code.
The error is thrown on the This is the error:
I know there's a problem with the hashes because when I remove them from the configuration, they work. But how does one go about debugging the code here? Because we've put breakpoints where we assign the hashes on the Image class, and it's not getting triggered. We think it's because Airbyte is using this local executable path to run the program.
And because this is spawned into a separate process, the debugger is not catching anything in the actual Facebook marketing code. So actually our question is, is there another way to use airbyte without spawning a separate process? |
Beta Was this translation helpful? Give feedback.
-
Transfer to PyAirbyte repo. |
Beta Was this translation helpful? Give feedback.
-
Topic
No response
Relevant information
Hi, I'm making some changes to the fb market place source api but I find it extremely difficult to debug any errors that are in the sources. All the airbyte stuff is ran in a separate process and hence my debugger is not catching it. So I'm wondering how people are debugging this without losing more time to finding where the problem is than actually resolving it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions