Skip to content

Commit

Permalink
[source-lemlist] Add new columns for AB tests tracking (#37100)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
  • Loading branch information
3 people committed Apr 30, 2024
1 parent f140aa3 commit 96c0154
Show file tree
Hide file tree
Showing 8 changed files with 1,070 additions and 91 deletions.
6 changes: 0 additions & 6 deletions airbyte-integrations/connectors/source-lemlist/.dockerignore

This file was deleted.

38 changes: 0 additions & 38 deletions airbyte-integrations/connectors/source-lemlist/Dockerfile

This file was deleted.

4 changes: 3 additions & 1 deletion airbyte-integrations/connectors/source-lemlist/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ data:
enabled: true
connectorSubtype: api
connectorType: source
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
definitionId: 789f8e7a-2d28-11ec-8d3d-0242ac130003
dockerImageTag: 0.2.0
dockerImageTag: 0.2.1
dockerRepository: airbyte/source-lemlist
githubIssueLabel: source-lemlist
icon: lemlist.svg
Expand Down
1,032 changes: 1,032 additions & 0 deletions airbyte-integrations/connectors/source-lemlist/poetry.lock

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions airbyte-integrations/connectors/source-lemlist/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.1"
name = "source-lemlist"
description = "Source implementation for Lemlist."
authors = [ "Airbyte <contact@airbyte.io>",]
license = "MIT"
readme = "README.md"
documentation = "https://docs.airbyte.com/integrations/sources/lemlist"
homepage = "https://airbyte.com"
repository = "https://github.com/airbytehq/airbyte"
[[tool.poetry.packages]]
include = "source_lemlist"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0"

[tool.poetry.scripts]
source-lemlist = "source_lemlist.run:run"

[tool.poetry.group.dev.dependencies]
requests-mock = "^1.9.3"
pytest-mock = "^3.6.1"
pytest = "^6.2"
46 changes: 0 additions & 46 deletions airbyte-integrations/connectors/source-lemlist/setup.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
},
"emailTemplateName": {
"type": ["null", "string"]
},
"sequenceTested": {
"type": ["null", "string"]
},
"stepTested": {
"type": ["null", "string"]
}
}
}
1 change: 1 addition & 0 deletions docs/integrations/sources/lemlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The Lemlist connector should not run into Lemlist API limitations under normal u

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :----------------------------------------------------- | :-------------- |
| 0.2.1 | 2024-05-15 | [37100](https://github.com/airbytehq/airbyte/pull/37100) | Add new A/B test columns |
| 0.2.0 | 2023-08-14 | [29406](https://github.com/airbytehq/airbyte/pull/29406) | Migrated to LowCode Cdk |
| 0.1.1 | Unknown | Unknown | Bump Version |
| 0.1.0 | 2021-10-14 | [7062](https://github.com/airbytehq/airbyte/pull/7062) | Initial Release |

0 comments on commit 96c0154

Please sign in to comment.