You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is very similar to what we have seen before: an array API response which should actually be flattened, but is just emitted as-is (previously we have seen this with amazon ads). The only solution is to patch the connector to emit individual objects from the response arrays instead of just emitting the whole document
This connector has a single stream called activity_feed which just outputs this, but instead I think we need to have three different streams: activity_feed_notes, activity_feed_emails and activity_feed_activities
The text was updated successfully, but these errors were encountered:
I think the issue is very similar to what we have seen before: an array API response which should actually be flattened, but is just emitted as-is (previously we have seen this with amazon ads). The only solution is to patch the connector to emit individual objects from the response arrays instead of just emitting the whole document
The API endpoint is: https://developers.greenhouse.io/harvest.html#the-activity-feed-object
Output example:
This connector has a single stream called
activity_feed
which just outputs this, but instead I think we need to have three different streams:activity_feed_notes
,activity_feed_emails
andactivity_feed_activities
The text was updated successfully, but these errors were encountered: