Skip to content

[source klaviyo] Missing fields latest release #54174

@gwenhoogeboom

Description

@gwenhoogeboom

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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions