Skip to content

Commit

Permalink
✨Source Mailgun: Make Connector Compatible with Builder (#38176)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Girard <[email protected]>
  • Loading branch information
pabloescoder and girarda authored May 28, 2024
1 parent c884f19 commit 44dea5a
Show file tree
Hide file tree
Showing 11 changed files with 503 additions and 488 deletions.
7 changes: 0 additions & 7 deletions airbyte-integrations/connectors/source-mailgun/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mailgun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mailgun/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#

from source_mailgun.run import run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 5b9cb09e-1003-4f9c-983d-5779d1b2cd51
dockerImageTag: 0.2.6
dockerImageTag: 0.2.7
dockerRepository: airbyte/source-mailgun
documentationUrl: https://docs.airbyte.com/integrations/sources/mailgun
githubIssueLabel: source-mailgun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.6"
version = "0.2.7"
name = "source-mailgun"
description = "Source implementation for Mailgun."
authors = [ "Airbyte <[email protected]>",]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
Loading

0 comments on commit 44dea5a

Please sign in to comment.