Connector Builder: Snapchat Marketing incremental sync error PerPartitionStreamSlice is not JSON serializable
#31274
Unanswered
Abuton
asked this question in
Connector Questions
Replies: 1 comment
-
I'm building this on airbyte version: 0.50.19 I have also tried to use version 0.50.29 and 0.50.30 but I get the same error Here is the full stack trace error: Object of type PerPartitionStreamSlice is not JSON serializable - Traceback (most recent call last):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to build the Snapchat marketing source connector using the builder option on Airbyte. I have implemented some streams like
organization
,adaccount
,campaigns
andads
. Now I'm currently faced with the challenge of adding incremental sync to the stream. I was able to add the incremental sync option toadaccount
but when I tried to do the same for campaigns and ads streams it failed with the following error:Object of type PerPartitionStreamSlice is not JSON serializable
As anyone faced this error before or has a suggestion as to how I can resolve it?
I'm pasting the generated yaml file below:
Beta Was this translation helpful? Give feedback.
All reactions