Skip to content

Commit

Permalink
solve doc conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Oct 28, 2022
1 parent c55d034 commit b5bd9b7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tests:
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: ["contactslist", "contacts", "stats_api_lifetime_message", "campaign", "message"]
# TODO uncomment this block to specify that the tests should assert the connector outputs the records provided in the input file a file
# expect_records:
# path: "integration_tests/expected_records.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"stream": {
"name": "contactslist",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -13,7 +15,9 @@
"stream": {
"name": "stats_api_lifetime_message",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -22,7 +26,9 @@
"stream": {
"name": "contacts",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -31,7 +37,9 @@
"stream": {
"name": "campaign",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand All @@ -40,7 +48,9 @@
"stream": {
"name": "message",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"api_key": "2e2eec3e6ab140cf8fb42181773d75da",
"api_key_secret": "0d6be348aaefb42181773d75da3c7608b"
"api_key": "2e2eec3e6ab140cf8fb42181773d75da",
"api_key_secret": "0d6be348aaefb42181773d75da3c7608b"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"type": "string"
},
"CustomValue": {
"type": "string"
"type": "integer"
},
"FirstMessageID": {
"type": "integer"
},
"FromEmail": {
"type": "string"
"type": "boolean"
},
"FromID": {
"type": "number"
"type": "string"
},
"FromName": {
"type": "string"
},
"HasHtmlCount": {
"type": "number"
"type": "string"
},
"HasTxtCount": {
"type": "number"
"type": "string"
},
"ID": {
"type": "integer"
Expand All @@ -48,13 +48,13 @@
"type": "integer"
},
"OpenTracked": {
"type": "number"
"type": "string"
},
"SendEndAt": {
"type": "string"
},
"SendStartAt": {
"type": "string"
"type": "boolean"
},
"SpamassScore": {
"type": "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type": "boolean"
},
"IsUnsubTracked": {
"type": "boolean"
"type": "string"
},
"MessageSize": {
"type": "integer"
Expand All @@ -57,7 +57,7 @@
"type": "string"
},
"StatePermanent": {
"type": "boolean"
"type": "string"
},
"Status": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ connectionSpecification:
api_key_secret:
title: API Secret Key
type: string
description: >-
description: >-
Your API Secret Key. See <a
href="https://dev.mailjet.com/email/guides/#authentication">here</a>.
airbyte_secret: true

0 comments on commit b5bd9b7

Please sign in to comment.