Skip to content

[source-lemlist] Add new columns for AB tests tracking #37100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>",]
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 |
Loading