Skip to content

Commit 656ccd5

Browse files
authored
🐛 Source Mailchimp: fix campaign's stream normalization (#10975)
* Remove type from x-discriminator node * Bump version in Dockerfile * Update changelog * Update source definition and specs
1 parent abae829 commit 656ccd5

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
- name: Mailchimp
433433
sourceDefinitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002
434434
dockerRepository: airbyte/source-mailchimp
435-
dockerImageTag: 0.2.11
435+
dockerImageTag: 0.2.12
436436
documentationUrl: https://docs.airbyte.io/integrations/sources/mailchimp
437437
icon: mailchimp.svg
438438
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@
43644364
supportsNormalization: false
43654365
supportsDBT: false
43664366
supported_destination_sync_modes: []
4367-
- dockerImage: "airbyte/source-mailchimp:0.2.11"
4367+
- dockerImage: "airbyte/source-mailchimp:0.2.12"
43684368
spec:
43694369
documentationUrl: "https://docs.airbyte.io/integrations/sources/mailchimp"
43704370
connectionSpecification:

airbyte-integrations/connectors/source-mailchimp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.11
15+
LABEL io.airbyte.version=0.2.12
1616
LABEL io.airbyte.name=airbyte/source-mailchimp

airbyte-integrations/connectors/source-mailchimp/source_mailchimp/schemas/shared/segmentCondition.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Segment match conditions. There are multiple possible types, see the [condition types documentation](https://mailchimp.com/developer/marketing/docs/alternative-schemas/#segment-condition-schemas).",
55
"items": {
66
"x-discriminator": {
7-
"type": "string",
87
"propertyName": "condition_type"
98
},
109
"oneOf": [

docs/integrations/sources/mailchimp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ OR
6060

6161
| Version | Date | Pull Request | Subject |
6262
| :--- | :--- | :--- | :--- |
63+
| 0.2.12 | 2022-03-17| [10975](https://github.com/airbytehq/airbyte/pull/10975) | Fix campaign's stream normalization |
6364
| 0.2.11 | 2021-12-24| [7159](https://github.com/airbytehq/airbyte/pull/7159) | Add oauth2.0 support |
6465
| 0.2.10 | 2021-12-21 | [9000](https://github.com/airbytehq/airbyte/pull/9000) | Update connector fields title/description |
6566
| 0.2.9 | 2021-12-13 | [7975](https://github.com/airbytehq/airbyte/pull/7975) | Updated JSON schemas |

0 commit comments

Comments
 (0)