Skip to content

Commit

Permalink
Update fields in source-connectors specifications: mailchimp (#9000)
Browse files Browse the repository at this point in the history
  • Loading branch information
igrankova authored Dec 23, 2021
1 parent cbe8da4 commit 93d2c78
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "b03a9f3e-22a5-11eb-adc1-0242ac120002",
"name": "Mailchimp",
"dockerRepository": "airbyte/source-mailchimp",
"dockerImageTag": "0.2.9",
"dockerImageTag": "0.2.10",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/mailchimp",
"icon": "mailchimp.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
- name: Mailchimp
sourceDefinitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002
dockerRepository: airbyte/source-mailchimp
dockerImageTag: 0.2.9
dockerImageTag: 0.2.10
documentationUrl: https://docs.airbyte.io/integrations/sources/mailchimp
icon: mailchimp.svg
sourceType: api
Expand Down
8 changes: 5 additions & 3 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-mailchimp:0.2.9"
- dockerImage: "airbyte/source-mailchimp:0.2.10"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/mailchimp"
connectionSpecification:
Expand All @@ -3729,11 +3729,13 @@
properties:
username:
type: "string"
description: "The Username or email you use to sign into Mailchimp"
title: "Username"
description: "The Username or email you use to sign into Mailchimp."
apikey:
type: "string"
airbyte_secret: true
description: "API Key. See the <a href=\"https://docs.airbyte.io/integrations/sources/mailchimp\"\
title: "API Key"
description: "Mailchimp API Key. See the <a href=\"https://docs.airbyte.io/integrations/sources/mailchimp\"\
>docs</a> for information on how to generate this key."
supportsNormalization: false
supportsDBT: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.9
LABEL io.airbyte.version=0.2.10
LABEL io.airbyte.name=airbyte/source-mailchimp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"title": "Survey Monkey Segment",
"title": "SurveyMonkey Segment",
"description": "Segment by interaction with a SurveyMonkey survey.",
"required": ["field", "op", "value"],
"properties": {
Expand All @@ -20,13 +20,13 @@
"type": "string",
"enum": ["started", "completed", "not_started", "not_completed"],
"title": "Segment Operator",
"description": "The status of the member with regard to the survey.One of the following: has started the survey, has completed the survey, has not started the survey, or has not completed the survey.",
"description": "The status of the member with regard to the survey. One of the following: has started the survey, has completed the survey, has not started the survey, or has not completed the survey.",
"example": "started"
},
"value": {
"type": "string",
"title": "Survey ID",
"description": "The unique ID of the survey monkey survey.",
"description": "The unique ID of the SurveyMonkey survey.",
"example": "32179586"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"properties": {
"username": {
"type": "string",
"description": "The Username or email you use to sign into Mailchimp"
"title": "Username",
"description": "The Username or email you use to sign into Mailchimp."
},
"apikey": {
"type": "string",
"airbyte_secret": true,
"description": "API Key. See the <a href=\"https://docs.airbyte.io/integrations/sources/mailchimp\">docs</a> for information on how to generate this key."
"title": "API Key",
"description": "Mailchimp API Key. See the <a href=\"https://docs.airbyte.io/integrations/sources/mailchimp\">docs</a> for information on how to generate this key."
}
}
}
Expand Down
23 changes: 12 additions & 11 deletions docs/integrations/sources/mailchimp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ To start syncing Mailchimp data with Airbyte, you'll need two things:

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.2.9 | 2021-12-13| [7975](https://github.com/airbytehq/airbyte/pull/7975) | Updated JSON schemas |
| 0.2.8 | 2021-08-17 | [5481](https://github.com/airbytehq/airbyte/pull/5481) | Remove date-time type from some fields |
| 0.2.7 | 2021-08-03 | [5137](https://github.com/airbytehq/airbyte/pull/5137) | Source Mailchimp: fix primary key for email activities |
| 0.2.6 | 2021-07-28 | [5024](https://github.com/airbytehq/airbyte/pull/5024) | Source Mailchimp: handle records with no no "activity" field in response |
| 0.2.5 | 2021-07-08 | [4621](https://github.com/airbytehq/airbyte/pull/4621) | Mailchimp fix url-base |
| 0.2.4 | 2021-06-09 | [4285](https://github.com/airbytehq/airbyte/pull/4285) | Use datacenter URL parameter from apikey |
| 0.2.3 | 2021-06-08 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add AIRBYTE\_ENTRYPOINT for Kubernetes support |
| 0.2.2 | 2021-06-08 | [3415](https://github.com/airbytehq/airbyte/pull/3415) | Get Members activities |
| 0.2.1 | 2021-04-03 | [2726](https://github.com/airbytehq/airbyte/pull/2726) | Fix base connector versioning |
| 0.2.0 | 2021-03-09 | [2238](https://github.com/airbytehq/airbyte/pull/2238) | Protocol allows future/unknown properties |
| 0.1.4 | 2020-11-30 | [1046](https://github.com/airbytehq/airbyte/pull/1046) | Add connectors using an index YAML file |
| 0.2.10 | 2021-12-21 | [9000](https://github.com/airbytehq/airbyte/pull/9000) | Update connector fields title/description |
| 0.2.9 | 2021-12-13 | [7975](https://github.com/airbytehq/airbyte/pull/7975) | Updated JSON schemas |
| 0.2.8 | 2021-08-17 | [5481](https://github.com/airbytehq/airbyte/pull/5481) | Remove date-time type from some fields |
| 0.2.7 | 2021-08-03 | [5137](https://github.com/airbytehq/airbyte/pull/5137) | Source Mailchimp: fix primary key for email activities |
| 0.2.6 | 2021-07-28 | [5024](https://github.com/airbytehq/airbyte/pull/5024) | Source Mailchimp: handle records with no no "activity" field in response |
| 0.2.5 | 2021-07-08 | [4621](https://github.com/airbytehq/airbyte/pull/4621) | Mailchimp fix url-base |
| 0.2.4 | 2021-06-09 | [4285](https://github.com/airbytehq/airbyte/pull/4285) | Use datacenter URL parameter from apikey |
| 0.2.3 | 2021-06-08 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add AIRBYTE\_ENTRYPOINT for Kubernetes support |
| 0.2.2 | 2021-06-08 | [3415](https://github.com/airbytehq/airbyte/pull/3415) | Get Members activities |
| 0.2.1 | 2021-04-03 | [2726](https://github.com/airbytehq/airbyte/pull/2726) | Fix base connector versioning |
| 0.2.0 | 2021-03-09 | [2238](https://github.com/airbytehq/airbyte/pull/2238) | Protocol allows future/unknown properties |
| 0.1.4 | 2020-11-30 | [1046](https://github.com/airbytehq/airbyte/pull/1046) | Add connectors using an index YAML file |

2 changes: 1 addition & 1 deletion docs/project-overview/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hey Airbyte Community! Let's go over all the changes from v.32.5 and prior!
* ✨ Source MongoDB v2: improve read performance.
* ✨ Source Pipedrive: specify schema for "persons" stream.
* ✨ Source PostgreSQL: exclude tables on which user doesn't have select privileges.
* ✨ Source Survey Monkey: improve connection check.
* ✨ Source SurveyMonkey: improve connection check.

* 🐛 Source Salesforce: improve resiliency of async bulk jobs.
* 🐛 Source Zendesk Support: fix missing ticket_id in ticket_comments stream.
Expand Down
2 changes: 1 addition & 1 deletion docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ New features:
**MongoDB v2** Source: improve read performance.
**Pipedrive** Source: specify schema for "persons" stream.
**PostgreSQL** Source: exclude tables on which user doesn't have select privileges.
**Survey Monkey** Source: improve connection check.
**SurveyMonkey** Source: improve connection check.

## 11/17/2021

Expand Down

0 comments on commit 93d2c78

Please sign in to comment.