Skip to content

Commit 6fa6f69

Browse files
authored
Source Klaviyo: update Campaigns schema (#36989)
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 0571d18 commit 6fa6f69

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

airbyte-integrations/connectors/source-klaviyo/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ data:
77
connectorType: source
88
definitionId: 95e8cffd-b8c4-4039-968e-d32fb4a69bde
99
connectorBuildOptions:
10-
baseImage: docker.io/airbyte/python-connector-base:1.1.0@sha256:bd98f6505c6764b1b5f99d3aedc23dfc9e9af631a62533f60eb32b1d3dbab20c
11-
dockerImageTag: 2.3.0
10+
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
11+
dockerImageTag: 2.4.0
1212
dockerRepository: airbyte/source-klaviyo
1313
githubIssueLabel: source-klaviyo
1414
icon: klaviyo.svg

airbyte-integrations/connectors/source-klaviyo/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "2.3.0"
6+
version = "2.4.0"
77
name = "source-klaviyo"
88
description = "Source implementation for Klaviyo."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-klaviyo/source_klaviyo/schemas/campaigns.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@
1717
"audiences": {
1818
"type": ["null", "object"],
1919
"additionalProperties": true,
20-
"included": {
21-
"type": ["null", "array"],
22-
"items": {
23-
"type": ["null", "string"]
24-
}
25-
},
26-
"excluded": {
27-
"type": ["null", "array"],
28-
"items": {
29-
"type": ["null", "string"]
20+
"properties": {
21+
"included": {
22+
"type": ["null", "array"],
23+
"items": {
24+
"type": ["null", "string"]
25+
}
26+
},
27+
"excluded": {
28+
"type": ["null", "array"],
29+
"items": {
30+
"type": ["null", "string"]
31+
}
3032
}
3133
}
3234
},

docs/integrations/sources/klaviyo.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The Klaviyo connector should not run into Klaviyo API limitations under normal u
6363

6464
| Version | Date | Pull Request | Subject |
6565
|:---------|:-----------|:-----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------|
66+
| `2.4.0` | 2024-04-11 | [36989](https://github.com/airbytehq/airbyte/pull/36989) | Update `Campaigns` schema |
6667
| `2.3.0` | 2024-03-19 | [36267](https://github.com/airbytehq/airbyte/pull/36267) | Pin airbyte-cdk version to `^0` |
6768
| `2.2.0` | 2024-02-27 | [35637](https://github.com/airbytehq/airbyte/pull/35637) | Fix `predictive_analytics` field in stream `profiles` |
6869
| `2.1.3` | 2024-02-15 | [35336](https://github.com/airbytehq/airbyte/pull/35336) | Added type transformer for the `profiles` stream. |

0 commit comments

Comments
 (0)