✨ Source Iterable: add userId to applicable streams (#30931)
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ data:
|
||||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: 2e875208-0c0b-4ee4-9e92-1cb3156ea799
|
||||
dockerImageTag: 0.1.31
|
||||
dockerImageTag: 0.2.0
|
||||
dockerRepository: airbyte/source-iterable
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/iterable
|
||||
githubIssueLabel: source-iterable
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"recipientState": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
|
||||
@@ -55,6 +55,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
},
|
||||
"type": ["null", "object"]
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"recipientState": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
},
|
||||
"type": ["null", "object"]
|
||||
|
||||
@@ -122,6 +122,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -122,6 +122,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"profileUpdatedAt": {
|
||||
"type": ["null", "string"],
|
||||
"format": "date-time"
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"channelId": {
|
||||
"type": ["null", "integer"]
|
||||
}
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
"email": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"userId": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"data": {
|
||||
"type": ["null", "object"]
|
||||
}
|
||||
|
||||
@@ -80,6 +80,7 @@ The Iterable source connector supports the following [sync modes](https://docs.a
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- |
|
||||
| 0.2.0 | 2023-09-29 | [28457](https://github.com/airbytehq/airbyte/pull/30931) | Added `userId` to `email_bounce`, `email_click`, `email_complaint`, `email_open`, `email_send` `email_send_skip`, `email_subscribe`, `email_unsubscribe`, `events` streams |
|
||||
| 0.1.31 | 2023-12-06 | [33106](https://github.com/airbytehq/airbyte/pull/33106) | Base image migration: remove Dockerfile and use the python-connector-base image |
|
||||
| 0.1.30 | 2023-07-19 | [28457](https://github.com/airbytehq/airbyte/pull/28457) | Fixed TypeError for StreamSlice in debug mode |
|
||||
| 0.1.29 | 2023-05-24 | [26459](https://github.com/airbytehq/airbyte/pull/26459) | Added requests reading timeout 300 seconds |
|
||||
@@ -104,4 +105,4 @@ The Iterable source connector supports the following [sync modes](https://docs.a
|
||||
| 0.1.10 | 2021-11-03 | [7591](https://github.com/airbytehq/airbyte/pull/7591) | Optimize export streams memory consumption for large requests |
|
||||
| 0.1.9 | 2021-10-06 | [5915](https://github.com/airbytehq/airbyte/pull/5915) | Enable campaign_metrics stream |
|
||||
| 0.1.8 | 2021-09-20 | [5915](https://github.com/airbytehq/airbyte/pull/5915) | Add new streams: campaign_metrics, events |
|
||||
| 0.1.7 | 2021-09-20 | [6242](https://github.com/airbytehq/airbyte/pull/6242) | Updated schema for: campaigns, lists, templates, metadata |
|
||||
| 0.1.7 | 2021-09-20 | [6242](https://github.com/airbytehq/airbyte/pull/6242) | Updated schema for: campaigns, lists, templates, metadata |
|
||||
|
||||
Reference in New Issue
Block a user