Skip to content

Commit 8a1f3e4

Browse files
marcosmarxmhaithem-soualaoctavia-squidington-iii
authored
Source Mailjet SMS: publish PR and add source def (#18620)
* init commit * add docs * fix comments * use request_options_provider * solve conflict * solve doc conflict * Source Mailjet Mail: publish connector and additional format (#18586) * init commit * add streams * add schemas * solve conflict * add docs * fix comments * restore vscode config * restore vscode config * clean * lint * lint * lint * lint * fix comments * run format * update acceptance test * update schema * update acceptance test * auto-bump connector version Co-authored-by: Haithem SOUALA <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]> * add source def + correct tests * update schema Co-authored-by: Haithem SOUALA <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
1 parent 6cd991b commit 8a1f3e4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,13 @@
696696
documentationUrl: https://docs.airbyte.com/integrations/sources/mailjet-mail
697697
sourceType: api
698698
releaseStage: alpha
699+
- name: Mailjet SMS
700+
sourceDefinitionId: 6ec2acea-7fd1-4378-b403-41a666e0c028
701+
dockerRepository: airbyte/source-mailjet-sms
702+
dockerImageTag: 0.1.0
703+
documentationUrl: https://docs.airbyte.com/integrations/sources/mailjet-sms
704+
sourceType: api
705+
releaseStage: alpha
699706
- name: MailerLite
700707
sourceDefinitionId: dc3b9003-2432-4e93-a7f4-4620b0f14674
701708
dockerRepository: airbyte/source-mailerlite

airbyte-integrations/connectors/source-mailjet-sms/acceptance-test-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tests:
1414
basic_read:
1515
- config_path: "secrets/config.json"
1616
configured_catalog_path: "integration_tests/configured_catalog.json"
17-
empty_streams: ["sms"]
1817
timeout_seconds: 30
1918
# TODO uncomment this block to specify that the tests should assert the connector outputs the records provided in the input file a file
2019
# expect_records:

docs/integrations/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ For more information about the grading system, see [Product Release Stages](http
107107
| [Mailjet SMS](sources/mailjet-sms.md) | Alpha | No |
108108
| [Mailjet Mail](sources/mailjet-mail.md) | Alpha | No |
109109
| [Mailerlite](sources/mailerlite.md) | Alpha | No |
110+
| [Mailjet Mail](sources/mailjet-mail.md) | Alpha | No |
110111
| [Marketo](sources/marketo.md) | Generally Available | Yes |
111112
| [Metabase](sources/metabase.md) | Alpha | Yes |
112113
| [Microsoft Dynamics AX](sources/microsoft-dynamics-ax.md) | Alpha | No |

0 commit comments

Comments
 (0)