Skip to content

Commit

Permalink
Source Klaviyo: Add field[metrics] to events stream (#44366)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev authored Aug 22, 2024
1 parent 66b39a4 commit a5707cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
definitionId: 95e8cffd-b8c4-4039-968e-d32fb4a69bde
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
dockerImageTag: 2.9.4
dockerImageTag: 2.10.0
dockerRepository: airbyte/source-klaviyo
githubIssueLabel: source-klaviyo
icon: klaviyo.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.9.4"
version = "2.10.0"
name = "source-klaviyo"
description = "Source implementation for Klaviyo."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ definitions:
# Docs: https://developers.klaviyo.com/en/reference/get_events
name: "events"
$ref: "#/definitions/base_incremental_stream"
retriever:
$ref: "#/definitions/base_retriever"
requester:
$ref: "#/definitions/requester"
request_parameters:
"fields[metric]": "name,created,updated,integration"
"include": "metric"
schema_loader:
type: InlineSchemaLoader
schema: "#/definitions/events_schema"
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/klaviyo.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ contain the `predictive_analytics` field and workflows depending on this field w

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------|
| 2.10.0 | 2024-08-18 | [44366](https://github.com/airbytehq/airbyte/pull/44366) | Add field[metrics] to events stream |
| 2.9.4 | 2024-08-17 | [44317](https://github.com/airbytehq/airbyte/pull/44317) | Update dependencies |
| 2.9.3 | 2024-08-12 | [43806](https://github.com/airbytehq/airbyte/pull/43806) | Update dependencies |
| 2.9.2 | 2024-08-10 | [43613](https://github.com/airbytehq/airbyte/pull/43613) | Update dependencies |
Expand Down

0 comments on commit a5707cd

Please sign in to comment.