Skip to content

Commit

Permalink
Source Mailjet SMS: publish PR and add source def (#18620)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Oct 28, 2022
1 parent 6cd991b commit 8a1f3e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,13 @@
documentationUrl: https://docs.airbyte.com/integrations/sources/mailjet-mail
sourceType: api
releaseStage: alpha
- name: Mailjet SMS
sourceDefinitionId: 6ec2acea-7fd1-4378-b403-41a666e0c028
dockerRepository: airbyte/source-mailjet-sms
dockerImageTag: 0.1.0
documentationUrl: https://docs.airbyte.com/integrations/sources/mailjet-sms
sourceType: api
releaseStage: alpha
- name: MailerLite
sourceDefinitionId: dc3b9003-2432-4e93-a7f4-4620b0f14674
dockerRepository: airbyte/source-mailerlite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tests:
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: ["sms"]
timeout_seconds: 30
# 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:
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ For more information about the grading system, see [Product Release Stages](http
| [Mailjet SMS](sources/mailjet-sms.md) | Alpha | No |
| [Mailjet Mail](sources/mailjet-mail.md) | Alpha | No |
| [Mailerlite](sources/mailerlite.md) | Alpha | No |
| [Mailjet Mail](sources/mailjet-mail.md) | Alpha | No |
| [Marketo](sources/marketo.md) | Generally Available | Yes |
| [Metabase](sources/metabase.md) | Alpha | Yes |
| [Microsoft Dynamics AX](sources/microsoft-dynamics-ax.md) | Alpha | No |
Expand Down

0 comments on commit 8a1f3e4

Please sign in to comment.