- Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
area/connectorsConnector related issuesConnector related issuescommunityconnectors/source/klaviyoteam/extensibilityteam/usetype/bugSomething isn't workingSomething isn't working
Description
Connector Name
source-klaviyo
Connector Version
2.13.0
What step the error happened?
Other
Relevant information
Since the latest version of the Klaviyo source it seems that fields are missing from the events stream, even though no breaking changes are identified in the pull request: #51551.
Previously, the we could extract the following: attributes['event_properties']['$attribution']. It seems that $attribution is now removed. I do see some change in the source code to extract this data, I see that the 'include' in the api request now includes 'attributions' as well, however, I do not see this data in the schema.
retriever: $ref: "#/definitions/base_retriever" requester: $ref: "#/definitions/requester" request_parameters: "fields[metric]": "name,created,updated,integration" "include": "metric,attributions" "filter": "greater-or-equal({{ parameters.cursor_field }},{{ stream_interval.start_time }}),less-or-equal({{ parameters.cursor_field }},{{ stream_interval.end_time }})" "sort": "{{ parameters.cursor_field }}" Relevant log output
Contribute
- Yes, I want to contribute
Metadata
Metadata
Assignees
Labels
area/connectorsConnector related issuesConnector related issuescommunityconnectors/source/klaviyoteam/extensibilityteam/usetype/bugSomething isn't workingSomething isn't working