File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed
airbyte-integrations/connectors/source-klaviyo
docs/integrations/sources Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 2.3 .0"
6+ version = " 2.4 .0"
77name = " source-klaviyo"
88description = " Source implementation for Klaviyo."
99authors = [ " Airbyte <contact@airbyte.io>" ,]
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments